codacus commited on
Commit
6f524fd
·
unverified ·
1 Parent(s): 78eb3a5

ci: added arm64 platform for docker published images (#1021)

Browse files
Files changed (1) hide show
  1. .github/workflows/docker.yaml +1 -0
.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 }}