We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca38845 commit 578a02cCopy full SHA for 578a02c
1 file changed
.github/workflows/replane-release.yml
@@ -54,7 +54,7 @@ jobs:
54
context: .
55
file: ./Dockerfile
56
push: true
57
- platforms: linux/amd64 # ,linux/arm64
+ platforms: linux/amd64,linux/arm64
58
cache-from: type=gha
59
cache-to: type=gha,mode=max
60
tags: ${{ steps.meta.outputs.tags }}
0 commit comments