Skip to content

Commit

Permalink
uncomment qemu
Browse files Browse the repository at this point in the history
  • Loading branch information
olegstepura committed Nov 9, 2022
1 parent 3023cd2 commit 6538486
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ jobs:
node-version: '16'
cache: 'yarn'
# https://github.com/docker/buildx/issues/495#issuecomment-1043341496
# - name: Set up QEMU
# id: qemu
# uses: docker/setup-qemu-action@v2
# with:
# image: tonistiigi/binfmt:qemu-v6.2.0
# platforms: amd64,arm64
- name: Set up QEMU
id: qemu
uses: docker/setup-qemu-action@v2
with:
image: tonistiigi/binfmt:qemu-v6.2.0
platforms: amd64,arm64
- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v2
Expand Down

0 comments on commit 6538486

Please sign in to comment.