ci: added arm64 platform for docker published images (#1021)
Browse files
.github/workflows/docker.yaml
CHANGED
@@ -65,6 +65,7 @@ jobs:
|
|
65 |
context: .
|
66 |
file: ./Dockerfile
|
67 |
target: ${{ env.BUILD_TARGET }}
|
|
|
68 |
push: true
|
69 |
tags: ${{ steps.meta.outputs.tags }}
|
70 |
labels: ${{ steps.meta.outputs.labels }}
|
|
|
65 |
context: .
|
66 |
file: ./Dockerfile
|
67 |
target: ${{ env.BUILD_TARGET }}
|
68 |
+
platforms: linux/amd64,linux/arm64
|
69 |
push: true
|
70 |
tags: ${{ steps.meta.outputs.tags }}
|
71 |
labels: ${{ steps.meta.outputs.labels }}
|