Skip to content

Commit 75b532f

Browse files
committed
workflows/docker: fix missing arm64 digest
Signed-off-by: Patrick Linnane <[email protected]>
1 parent 5619080 commit 75b532f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -276,6 +276,7 @@ jobs:
276276
done <<<"$(jq --raw-output "${filter}" <<<"${TAGS}")"
277277
278278
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")")
279280
280281
attempts=0
281282
until docker buildx imagetools create "${tag_args[@]}" "${image_args[@]}"; do

0 commit comments

Comments
 (0)