Building on a non-Intel MacBook produces ARM64 images which won't run in an x86_64 cluster #100
Labels
bug
Something isn't working
build tools
Improvements to the build scripts or pipelines
sk-ctrl
Issues with the Simulation controller
sk-driver
Issues with the Simulation runner
sk-tracer
Issues with the Kubernetes tracer
Describe the bug
Building
sk-ctrl
,sk-tracer
, andsk-driver
on an ARM64 MacBook builds ARM64 binaries even with theubuntu: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 MacBookExpected behavior
It should work
The text was updated successfully, but these errors were encountered: