Skip to content

Commit

Permalink
add qemu to do multiarch builds
Browse files Browse the repository at this point in the history
  • Loading branch information
djeebus committed Mar 12, 2024
1 parent 8ed34c1 commit 60d7fe8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/on_pull_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ jobs:
- uses: earthly/actions-setup@v1
with: { version: "v${{ env.EARTHLY_TOOL_VERSION }}" }

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

# intentionally avoiding --push, this is just
# to test the command
- run: ./earthly +build-image-multiarch
Expand Down

0 comments on commit 60d7fe8

Please sign in to comment.