Skip to content

Commit

Permalink
feat(docker): build both amd64 and arm64 images
Browse files Browse the repository at this point in the history
arm64 is useful to run on Raspberry Pi's and Macbooks with Apple silicon
running Linux
  • Loading branch information
PureTryOut committed May 22, 2024
1 parent a106aa6 commit 098a921
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,5 +169,6 @@ jobs:
uses: docker/build-push-action@v2
with:
push: true
platforms: linux/amd64,linux/arm64
tags: ${{ steps.release_meta.outputs.tags || steps.edge_meta.outputs.tags }}
labels: ${{ steps.release_meta.outputs.labels || steps.edge_meta.outputs.tags }}

0 comments on commit 098a921

Please sign in to comment.