Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dev(Makefile): Force linux/amd64 runtime selection
We want to support using Apple Silicon systems to develop Toolhub. Providing native arm64 container images in addition to amd64 images would be the most ideal solution, but a (hopefully) lower effort solution is to instruct Docker to prefer a amd64 runtime and correct any fallout from incompatibilities those images may have when running under a QEMU emulator. Change-Id: I94638a1fe97cbead88a184d45a3b951d98d69c3a
- Loading branch information