feat(docker): build both amd64 and arm64 images
arm64 is useful to run on Raspberry Pi's and Macbooks with Apple silicon running Linux
This commit is contained in:
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user