Skip to content

Commit

Permalink
replace qemu with binfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
amittiwari28 committed Feb 20, 2025
1 parent 2c51a60 commit 3df8857
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/reuse.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,12 @@ jobs:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
# - name: Set up QEMU
# # if: runner.arch != 'X64' # Only set up QEMU on non-x86_64 architectures
# uses: docker/setup-qemu-action@53851d14592bedcffcf25ea515637cff71ef929a # v3.3.0
- name: Set up binfmt
uses: docker/[email protected]

- name: Install binfmt
run: |
docker run --rm --privileged tonistiigi/binfmt --install all
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@6524bf65af31da8d45b59e8c27de4bd072b392f5 #v3.8.0
id: buildx
Expand Down

0 comments on commit 3df8857

Please sign in to comment.