Skip to content

Commit

Permalink
remove QEMU steps
Browse files Browse the repository at this point in the history
  • Loading branch information
bschilder committed Oct 12, 2023
1 parent 19a7bd1 commit 5a5d596
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -487,10 +487,10 @@ runs:
(!contains(github.event.head_commit.message, '[nodocker]')) && inputs.run_docker == 'true' && runner.os == 'Linux'
uses: docker/setup-buildx-action@v3

- name: πŸ³πŸ›  Set up QEMU
if: |
(!contains(github.event.head_commit.message, '[nodocker]')) && inputs.run_docker == 'true' && runner.os == 'Linux'
uses: docker/setup-qemu-action@v3
# - name: πŸ³πŸ›  Set up QEMU
# if: |
# (!contains(github.event.head_commit.message, '[nodocker]')) && inputs.run_docker == 'true' && runner.os == 'Linux'
# uses: docker/setup-qemu-action@v3

- name: πŸ³πŸ” Log in to the Github Container registry - ghcr.io
if : |
Expand Down

0 comments on commit 5a5d596

Please sign in to comment.