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 00919a1 commit ad19312Copy full SHA for ad19312
.goreleaser.yml
@@ -43,7 +43,9 @@ dockers:
43
- "{{ .Env.REGISTRY }}/{{ .Env.IMAGE_NAME }}:latest"
44
- "{{ .Env.REGISTRY }}/{{ .Env.IMAGE_NAME }}:{{ .ShortCommit }}"
45
goos: linux
46
- goarch: amd64
+ goarch:
47
+ - amd64
48
+ - arm64
49
build_flag_templates:
50
- --label=org.opencontainers.image.title={{ .ProjectName }}
51
- --label=org.opencontainers.image.description=stackit cert manager webhook for dns01 challenges
0 commit comments