-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Multi Arch Container Image builds (#407)
* create buildx context * build image on ci runs, but dont push when not a release * use the context * fetch plugins during container build * setup experimental * Revert experimental, it is set with env * use docker buildx org for installing buildx and qemu * fetch plugins before building container image * update gcloud cli * run buildx org install command * gcloud org version typo * sensu docker buildx orb has some issues, so lets base our implementation on their source * Add qemu version * create docker context * Set gcloud sdk version * use context when creating buildx builder * fix gcloud syntax * always fetch plugins * use large builder for docker * ignore entire artifacts dir * use plan docker output * fix plugin install by adding them to the stage build * use larger instance and increase timeout for build * we dont need fetch plugins for build anymore * increase timeout * build finished in 27 minutes, so increase timeout from 30 to 45m
- Loading branch information
Joseph Sirianni
authored
Aug 25, 2021
1 parent
4a35465
commit b6356b6
Showing
3 changed files
with
119 additions
and
15 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
artifacts/stanza_darwin_amd64 | ||
artifacts/stanza_windows_amd64 | ||
artifacts/ | ||
.git/ | ||
dev/ |
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