Skip to content

Commit ad19312

Browse files
committed
Build arm64 images too
1 parent 00919a1 commit ad19312

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.goreleaser.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,9 @@ dockers:
4343
- "{{ .Env.REGISTRY }}/{{ .Env.IMAGE_NAME }}:latest"
4444
- "{{ .Env.REGISTRY }}/{{ .Env.IMAGE_NAME }}:{{ .ShortCommit }}"
4545
goos: linux
46-
goarch: amd64
46+
goarch:
47+
- amd64
48+
- arm64
4749
build_flag_templates:
4850
- --label=org.opencontainers.image.title={{ .ProjectName }}
4951
- --label=org.opencontainers.image.description=stackit cert manager webhook for dns01 challenges

0 commit comments

Comments
 (0)