Skip to content

Commit

Permalink
Skip qemu and buildx
Browse files Browse the repository at this point in the history
  • Loading branch information
merschformann committed Sep 15, 2024
1 parent 02cadf1 commit 65148b4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Set up QEMU
uses: docker/setup-qemu-action@v3
# - name: Set up QEMU
# uses: docker/setup-qemu-action@v3

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
# - name: Set up Docker Buildx
# uses: docker/setup-buildx-action@v3

- name: Get version (PowerShell)
run: |
Expand Down

0 comments on commit 65148b4

Please sign in to comment.