Add arm64 to docker-publish workflow
Browse files
.github/workflows/docker-publish.yml
CHANGED
@@ -38,6 +38,7 @@ jobs:
|
|
38 |
uses: docker/build-push-action@v5
|
39 |
with:
|
40 |
context: .
|
|
|
41 |
push: true
|
42 |
tags: ${{ steps.meta.outputs.tags }}
|
43 |
labels: ${{ steps.meta.outputs.labels }}
|
|
|
38 |
uses: docker/build-push-action@v5
|
39 |
with:
|
40 |
context: .
|
41 |
+
platforms: linux/amd64,linux/arm64
|
42 |
push: true
|
43 |
tags: ${{ steps.meta.outputs.tags }}
|
44 |
labels: ${{ steps.meta.outputs.labels }}
|