diff options
author | Chris Evich <cevich@redhat.com> | 2022-04-07 13:27:22 -0400 |
---|---|---|
committer | Chris Evich <cevich@redhat.com> | 2022-04-07 15:58:13 -0400 |
commit | a95f7f9ca16604881c16d4218992820f2454a3a6 (patch) | |
tree | 00024d215ba7fd527ffa61218c0afd1db31ab493 /.cirrus.yml | |
parent | f838333b7e6fae09f3ee9116b84c6e6482367298 (diff) | |
download | podman-a95f7f9ca16604881c16d4218992820f2454a3a6.tar.gz podman-a95f7f9ca16604881c16d4218992820f2454a3a6.tar.bz2 podman-a95f7f9ca16604881c16d4218992820f2454a3a6.zip |
Cirrus: Multi-arch build auto-update + tagging update
This new VM image brings in two important updates to multi-arch
image build operations:
1. Future operational changes will no-longer require also updating VM
images. Updates to build-push made in `containers/automation_images`
will automatically be picked up at runtime.
ref: https://github.com/containers/automation_images/pull/123
2. On the next run, both `vX` and `vX.Y` tagged manifest-lists will be
pushed. This is now also reflected in the README.
ref: https://github.com/containers/automation_images/pull/125
Signed-off-by: Chris Evich <cevich@redhat.com>
Diffstat (limited to '.cirrus.yml')
-rw-r--r-- | .cirrus.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index 772843dd7..480dcb21e 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -38,7 +38,7 @@ env: UBUNTU_NAME: "ubuntu-2110" # Google-cloud VM Images - IMAGE_SUFFIX: "c6464310661611520" + IMAGE_SUFFIX: "c4831699639992320" FEDORA_CACHE_IMAGE_NAME: "fedora-${IMAGE_SUFFIX}" PRIOR_FEDORA_CACHE_IMAGE_NAME: "prior-fedora-${IMAGE_SUFFIX}" UBUNTU_CACHE_IMAGE_NAME: "ubuntu-${IMAGE_SUFFIX}" |