forked from kubevirt/kubevirt
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[multi-arch] Use formatted archname in push-container-manifest
`bazel-push-images.sh` puts the digests files in paths based on the formatted arch names. The same does not happen in `push-container-manifest.sh` which tries to find digests file using the plain arch names. This results in a failure if you are building `aarch64` and `x86_64` together, as it happens for example in `automation/release.sh` Move the `format_archname` function to common.sh file, so that it can be also used by `push-container-manifest.sh` Signed-off-by: fossedihelm <[email protected]>
- Loading branch information
1 parent
1607c64
commit 406afed
Showing
4 changed files
with
58 additions
and
42 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
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