We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac56ec5 commit a6f4417Copy full SHA for a6f4417
.goreleaser.yaml
@@ -35,13 +35,14 @@ dockers:
35
- quay.io/argoprojlabs/gitops-promoter:{{ .Tag }}
36
dockerfile: release.Dockerfile
37
skip_push: "{{ .IsSnapshot }}"
38
+ use: buildx
39
build_flag_templates:
40
- "--pull"
41
- "--label=org.opencontainers.image.created={{.Date}}"
42
- "--label=org.opencontainers.image.title={{.ProjectName}}"
43
- "--label=org.opencontainers.image.revision={{.FullCommit}}"
44
- "--label=org.opencontainers.image.version={{.Version}}"
- - "--platform=linux/amd64"
45
+ - "--platform=linux/amd64,linux/arm64"
46
47
archives:
48
- id: binary
0 commit comments