Skip to content

Commit

Permalink
Add temp interim 5.1 archive
Browse files Browse the repository at this point in the history
Signed-off-by: Jason T. Greene <[email protected]>
  • Loading branch information
n1hility committed Mar 19, 2024
1 parent 9c0f75a commit 7c51b3b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,12 @@ release_task:
test -z "$FETCH1" || echo "Fetching past artifacts for skipped builds "
test -z "$FETCH1" || $PCURL_RETRY -LO "$FETCH1"
test -z "$FETCH2" || $PCURL_RETRY -LO "$FETCH2"
# temporary 5.1 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-latest-$arch 5.1-latest-$arch
done
STAMP=`date -u '+%Y%m%d%H%M%S'`
NEXT_RELEASE="v${STAMP}"
Expand Down

0 comments on commit 7c51b3b

Please sign in to comment.