-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Produce x86_64 & ARM64 fedora container images
At the time of this commit, podman's Makefile has a target to allow validating code changes locally (`validatepr`). However, it's based on a bespoke image completely unassociated with the image used in CI. This can easily lead to a situation where validation passes in the local environment but fails in CI. Support the podman `validatepr` target use of `quay.io/libpod/*fedora_podman:latest` images by performing a manifest-list build that includes `arm64` (a.k.a. `aarch64`). The trade-off here is image build-time, since emulation is extremely slow (over an hour). Therefore, the `container_images` CI task has also been removed as a dependency from `base_images` CI task, allowing them to run in parallel. Note: This will not impact pulling the image, since the client always only pulls the layers necessary for the indicated architecture. Signed-off-by: Chris Evich <[email protected]>
- Loading branch information
Showing
3 changed files
with
25 additions
and
8 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 +1 @@ | ||
20240819t164934z-f40f39d13 | ||
20240820t151015z-f40f39d13 |
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