feat: build multiarch images

This commit is contained in:
Muhammad Atif Ali 2024-01-16 12:20:54 +03:00 committed by GitHub
parent c3abd2898d
commit c5c08dbb44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ for image in "${IMAGES[@]}"; do
continue
fi
run_trace $DRY_RUN depot build --project "gb3p8xrshk" --load \
run_trace $DRY_RUN depot build --project "gb3p8xrshk" --load --platform linux/arm64,linux/amd64,linux/arm/v7 \
"${docker_flags[@]}" \
"$image_dir" \
--file="$image_path" \