Skip to content

Commit

Permalink
fix: disable QEMU (#70)
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Beemer <beeme1mr@users.noreply.github.com>
  • Loading branch information
beeme1mr authored Oct 4, 2022
1 parent f12a9b0 commit ecfcf84
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ jobs:
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}

- name: Set up QEMU
uses: docker/setup-qemu-action@master
with:
platforms: all
#- name: Set up QEMU
# uses: docker/setup-qemu-action@master
# with:
# platforms: all

# - name: Set up Docker Buildx
# id: buildx
Expand Down

0 comments on commit ecfcf84

Please sign in to comment.