Skip to content

Commit

Permalink
add qemu for release builds
Browse files Browse the repository at this point in the history
  • Loading branch information
djeebus committed Mar 13, 2024
1 parent cf66e73 commit 1d246ea
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/on_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,9 @@ jobs:
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}

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

- name: Build and push the Docker image
run: |
./earthly \
Expand Down

0 comments on commit 1d246ea

Please sign in to comment.