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 5619080 commit 75b532fCopy full SHA for 75b532f
.github/workflows/docker.yml
@@ -276,6 +276,7 @@ jobs:
276
done <<<"$(jq --raw-output "${filter}" <<<"${TAGS}")"
277
278
image_args=("ghcr.io/homebrew/ubuntu${VERSION}@sha256:$(<"${RUNNER_TEMP}/digests/${VERSION}-x86_64")")
279
+ image_args+=("ghcr.io/homebrew/ubuntu${VERSION}@sha256:$(<"${RUNNER_TEMP}/digests/${VERSION}-arm64")")
280
281
attempts=0
282
until docker buildx imagetools create "${tag_args[@]}" "${image_args[@]}"; do
0 commit comments