Skip to content

Commit 1d246ea

Browse files
committed
add qemu for release builds
1 parent cf66e73 commit 1d246ea

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/on_release.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,9 @@ jobs:
6565
username: ${{ github.repository_owner }}
6666
password: ${{ secrets.GITHUB_TOKEN }}
6767

68+
- name: Set up QEMU
69+
uses: docker/setup-qemu-action@v3
70+
6871
- name: Build and push the Docker image
6972
run: |
7073
./earthly \

0 commit comments

Comments
 (0)