Skip to content
This repository has been archived by the owner on Sep 19, 2023. It is now read-only.

Commit

Permalink
Update dist.yml to run w/QEMU only on release
Browse files Browse the repository at this point in the history
  • Loading branch information
wbarnha authored Sep 15, 2023
1 parent 30ec94b commit 64f94fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
fetch-depth: 0

- name: Set up QEMU
if: runner.os == 'Linux'
if: runner.os == 'Linux' and github.event_name == 'release' && github.event.action == 'created'
uses: docker/setup-qemu-action@v2
with:
platforms: all
Expand Down

0 comments on commit 64f94fa

Please sign in to comment.