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 db440cc commit 9f71f66Copy full SHA for 9f71f66
tools/devtool
@@ -536,7 +536,7 @@ ensure_ci_artifacts() {
536
537
# Fetch all the artifacts so they are local
538
say "Fetching CI artifacts from S3"
539
- S3_URL=s3://spec.ccfc.min/firecracker-ci/v1.10/$(uname -m)
+ S3_URL=s3://spec.ccfc.min/firecracker-ci/v1.10-2404/$(uname -m)
540
ARTIFACTS=$MICROVM_IMAGES_DIR/$(uname -m)
541
if [ ! -d "$ARTIFACTS" ]; then
542
mkdir -pv $ARTIFACTS
0 commit comments