Describe the bug
Building sk-ctrl, sk-tracer, and sk-driver on an ARM64 MacBook builds ARM64 binaries even with the ubuntu:latest Docker build image selected. We need to cross-compile for x86_64 in this case.
Steps to reproduce
make build img on an ARM MacBook
- try to deploy the images to an x86_64 cluster
Expected behavior
It should work
Describe the bug
Building
sk-ctrl,sk-tracer, andsk-driveron an ARM64 MacBook builds ARM64 binaries even with theubuntu:latestDocker build image selected. We need to cross-compile for x86_64 in this case.Steps to reproduce
make build imgon an ARM MacBookExpected behavior
It should work