We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c0f75a commit 7c51b3bCopy full SHA for 7c51b3b
.cirrus.yml
@@ -157,6 +157,12 @@ release_task:
157
test -z "$FETCH1" || echo "Fetching past artifacts for skipped builds "
158
test -z "$FETCH1" || $PCURL_RETRY -LO "$FETCH1"
159
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
166
167
STAMP=`date -u '+%Y%m%d%H%M%S'`
168
NEXT_RELEASE="v${STAMP}"
0 commit comments