Skip to content

Commit 9f71f66

Browse files
committed
wip: use new CI rootfs 24.04
Signed-off-by: Pablo Barbáchano <[email protected]>
1 parent db440cc commit 9f71f66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/devtool

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -536,7 +536,7 @@ ensure_ci_artifacts() {
536536

537537
# Fetch all the artifacts so they are local
538538
say "Fetching CI artifacts from S3"
539-
S3_URL=s3://spec.ccfc.min/firecracker-ci/v1.10/$(uname -m)
539+
S3_URL=s3://spec.ccfc.min/firecracker-ci/v1.10-2404/$(uname -m)
540540
ARTIFACTS=$MICROVM_IMAGES_DIR/$(uname -m)
541541
if [ ! -d "$ARTIFACTS" ]; then
542542
mkdir -pv $ARTIFACTS

0 commit comments

Comments
 (0)