Skip to content

Commit

Permalink
ci: add arm64 build via qemu
Browse files Browse the repository at this point in the history
MacOS /shrug
  • Loading branch information
angeloanan committed Jul 26, 2024
1 parent 0825434 commit bddabd0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ jobs:
- name: Checkout repo
uses: actions/checkout@v4

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

- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v3
Expand All @@ -35,6 +38,7 @@ jobs:
file: Dockerfile
context: .
push: true
platforms: linux/amd64,linux/arm64/v8
cache-from: type=gha
cache-to: type=gha,mode=max
tags: |
Expand Down

0 comments on commit bddabd0

Please sign in to comment.