Skip to content

Commit c4001ec

Browse files
committed
chore(ci): Temporary workaround for ARM builds
1 parent e2ca06b commit c4001ec

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/nightly.yml

+4
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,10 @@ jobs:
6161
uses: actions/checkout@v4
6262
- name: Set up QEMU
6363
uses: docker/setup-qemu-action@v3
64+
# Temporary workaround for ARM builds
65+
# https://github.com/docker/setup-qemu-action/issues/198
66+
with:
67+
image: tonistiigi/binfmt:qemu-v7.0.0-28
6468
- name: Set up Docker Buildx
6569
uses: docker/setup-buildx-action@v3
6670
- name: Login to GHCR

0 commit comments

Comments
 (0)