We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c61184 commit 5ec49b9Copy full SHA for 5ec49b9
tools/devtool
@@ -562,7 +562,7 @@ ensure_ci_artifacts() {
562
563
# Fetch all the artifacts so they are local
564
say "Fetching CI artifacts from S3"
565
- S3_URL=s3://spec.ccfc.min/firecracker-ci/v1.10/$(uname -m)
+ S3_URL=s3://spec.ccfc.min/firecracker-ci/v1.11/$(uname -m)
566
ARTIFACTS=$MICROVM_IMAGES_DIR/$(uname -m)
567
if [ ! -d "$ARTIFACTS" ]; then
568
mkdir -pv $ARTIFACTS
0 commit comments