-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added `buildx` to all Makefile and CI builds (latest and release) so we always build multi-arch images. You can build and push `latest` for `linux/amd64` and `linux/arm64/v8` with: ``` make release_latest ``` Otherwise, tagging of the repo continues to trigger CI builds of the tagged version and will now publish the image for both `linux/amd64` and `linux/arm64/v8` architectures.
- Loading branch information
Justin Griffin
authored
Jan 24, 2022
1 parent
2ddc7fc
commit 07b6145
Showing
3 changed files
with
18 additions
and
2 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
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