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 d8ec616 commit 92066f6Copy full SHA for 92066f6
.github/workflows/build.yml
@@ -409,11 +409,9 @@ jobs:
409
runs-on: ubuntu-24.04
410
steps:
411
- name: Enable ${{ matrix.platform }} platform
412
- id: qemu
413
if: ${{ matrix.platform != 'amd64' }}
414
run: |
415
- docker run --privileged --rm tonistiigi/binfmt:latest --install ${{ matrix.platform }} | tee platforms.json
416
- echo "platforms=$(cat platforms.json)" >> $GITHUB_OUTPUT
+ docker run --privileged --rm tonistiigi/binfmt:latest --install ${{ matrix.platform }}
417
- name: Start container
418
id: container
419
0 commit comments