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 e2ca06b commit c4001ecCopy full SHA for c4001ec
.github/workflows/nightly.yml
@@ -61,6 +61,10 @@ jobs:
61
uses: actions/checkout@v4
62
- name: Set up QEMU
63
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
68
- name: Set up Docker Buildx
69
uses: docker/setup-buildx-action@v3
70
- name: Login to GHCR
0 commit comments