Skip to content

Commit

Permalink
Merge pull request #4 from l0rd/bump-ver-5.3
Browse files Browse the repository at this point in the history
Prepare for podman 5.2 release: stop v5.1 and start v5.3 tagging
  • Loading branch information
baude authored Jul 31, 2024
2 parents a49539b + 6bf4a38 commit 26ca452
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,12 +158,12 @@ release_task:
test -z "$FETCH1" || $PCURL_RETRY -LO "$FETCH1"
test -z "$FETCH2" || $PCURL_RETRY -LO "$FETCH2"
# temporary 5.1, 5.2 clone until divergance occurs
# temporary 5.2, 5.3 clone until divergance occurs
for arch in amd64 arm64; do
cp $VER_PFX-rootfs-$arch.tar.zst 5.1-rootfs-$arch.tar.zst
cp $VER_PFX-rootfs-$arch.tar.zst 5.2-rootfs-$arch.tar.zst
cp $VER_PFX-latest-$arch 5.1-latest-$arch
cp $VER_PFX-rootfs-$arch.tar.zst 5.3-rootfs-$arch.tar.zst
cp $VER_PFX-latest-$arch 5.2-latest-$arch
cp $VER_PFX-latest-$arch 5.3-latest-$arch
done
STAMP=`date -u '+%Y%m%d%H%M%S'`
Expand Down

0 comments on commit 26ca452

Please sign in to comment.