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 b53c5f9 commit 5f1cd3bCopy full SHA for 5f1cd3b
.github/workflows/ci-cd.yml
@@ -342,7 +342,7 @@ jobs:
342
path: dist
343
344
build-wheels:
345
- name: Build wheels on ${{ matrix.os }} ${{ matrix.qemu }}
+ name: Build wheels on ${{ matrix.os }} ${{ matrix.qemu }} ${{ matrix.musl }}
346
runs-on: ${{ matrix.os }}-latest
347
needs: pre-deploy
348
strategy:
@@ -378,6 +378,10 @@ jobs:
378
uses: docker/setup-qemu-action@v3
379
with:
380
platforms: all
381
+ # This should be temporary
382
+ # xref https://github.com/docker/setup-qemu-action/issues/188
383
+ # xref https://github.com/tonistiigi/binfmt/issues/215
384
+ image: tonistiigi/binfmt:qemu-v8.1.5
385
id: qemu
386
- name: Prepare emulation
387
run: |
0 commit comments