Skip to content

Commit

Permalink
Add debug step
Browse files Browse the repository at this point in the history
  • Loading branch information
massongit authored Feb 15, 2025
1 parent 0454b99 commit db4b532
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,10 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
- name: Set up QEMU
uses: docker/setup-qemu-action@4574d27a4764455b42196d70a065bc6853246a25 # v3.4.0
- run: docker run --rm --privileged tonistiigi/binfmt --display
- name: Set up QEMU (multiarch/qemu-user-static)
run: docker run --rm --privileged multiarch/qemu-user-static --reset -p yes -c yes
- run: docker run --rm --privileged tonistiigi/binfmt --display
- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@f7ce87c1d6bead3e36075b2ce75da1f6cc28aaca # v3.9.0
Expand Down

0 comments on commit db4b532

Please sign in to comment.