-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build our docker images for multiple platforms (#1059)
Following this documentation: https://docs.docker.com/build/ci/github-actions/multi-platform/ This clears up a warning in our build, and makes it easier for folks on arm64 (like us macOS people) to pull and use the images. Along the way, I also fixed the warnings about using lowercase `as` when we use uppercase commands in our Dockerfile.
- Loading branch information
Showing
2 changed files
with
7 additions
and
4 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
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