Skip to content

Commit 7c51b3b

Browse files
committed
Add temp interim 5.1 archive
Signed-off-by: Jason T. Greene <[email protected]>
1 parent 9c0f75a commit 7c51b3b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.cirrus.yml

+6
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,12 @@ release_task:
157157
test -z "$FETCH1" || echo "Fetching past artifacts for skipped builds "
158158
test -z "$FETCH1" || $PCURL_RETRY -LO "$FETCH1"
159159
test -z "$FETCH2" || $PCURL_RETRY -LO "$FETCH2"
160+
161+
# temporary 5.1 clone until divergance occurs
162+
for arch in amd64 arm64; do
163+
cp $VER_PFX-rootfs-$arch.tar.zst 5.1-rootfs-$arch.tar.zst
164+
cp $VER_PFX-latest-$arch 5.1-latest-$arch
165+
done
160166
161167
STAMP=`date -u '+%Y%m%d%H%M%S'`
162168
NEXT_RELEASE="v${STAMP}"

0 commit comments

Comments
 (0)