We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5582673 commit f182dc5Copy full SHA for f182dc5
1 file changed
src/.goreleaser.yml
@@ -48,6 +48,7 @@ dockers:
48
- "--label=org.opencontainers.image.revision={{ .FullCommit }}"
49
- "--label=org.opencontainers.image.version={{ .Tag }}"
50
- "--build-arg=VERSION={{ .Tag }}"
51
+ - "--platform=linux/arm64"
52
goos: linux
53
goarch: arm64
54
docker_manifests:
0 commit comments