Skip to content

Commit

Permalink
feat: build multiarch images
Browse files Browse the repository at this point in the history
  • Loading branch information
matifali authored Jan 16, 2024
1 parent c3abd28 commit c5c08db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build_images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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" \
Expand Down

0 comments on commit c5c08db

Please sign in to comment.