Skip to content

Commit 92066f6

Browse files
committed
remove uneeded code
1 parent d8ec616 commit 92066f6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -409,11 +409,9 @@ jobs:
409409
runs-on: ubuntu-24.04
410410
steps:
411411
- name: Enable ${{ matrix.platform }} platform
412-
id: qemu
413412
if: ${{ matrix.platform != 'amd64' }}
414413
run: |
415-
docker run --privileged --rm tonistiigi/binfmt:latest --install ${{ matrix.platform }} | tee platforms.json
416-
echo "platforms=$(cat platforms.json)" >> $GITHUB_OUTPUT
414+
docker run --privileged --rm tonistiigi/binfmt:latest --install ${{ matrix.platform }}
417415
- name: Start container
418416
id: container
419417
run: |

0 commit comments

Comments
 (0)