-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: allow building ARM64 images in AMD CI jobs
You can't use the default `docker build` to build multi-arch images, this is something we need if we want to build ARM-based images in CircleCI. The alternative would be to move _all_ our CircleCI jobs to ARM which is more expensive and a bunch of work.
- Loading branch information
1 parent
a267b08
commit 863b54e
Showing
1 changed file
with
18 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters