|
@@ -43,7 +43,7 @@ jobs:
|
|
uses: docker/build-push-action@v4
|
|
uses: docker/build-push-action@v4
|
|
with:
|
|
with:
|
|
context: .
|
|
context: .
|
|
- platforms: linux/amd64
|
|
|
|
|
|
+ platforms: linux/amd64,linux/arm64
|
|
push: true
|
|
push: true
|
|
tags: ${{ steps.meta.outputs.tags }}
|
|
tags: ${{ steps.meta.outputs.tags }}
|
|
labels: ${{ steps.meta.outputs.labels }}
|
|
labels: ${{ steps.meta.outputs.labels }}
|