Skip to content

Commit

Permalink
ci: adds ARM build to Docker image builder
Browse files Browse the repository at this point in the history
  • Loading branch information
claymcleod committed Jan 30, 2025
1 parent f468304 commit 37496eb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,13 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
- uses: docker/setup-qemu-action@v3
- uses: docker/setup-buildx-action@v3
with:
platforms: linux/amd64,linux/arm64
- uses: docker/build-push-action@v6
with:
push: true
tags: ${{ env.REGISTRY }}/${{ github.repository_owner }}/sprocket:${{ github.ref_name }}
platforms: linux/amd64,linux/arm64
build_artifacts:
runs-on: ${{ matrix.os }}
strategy:
Expand Down

0 comments on commit 37496eb

Please sign in to comment.