Skip to content

Commit e70299c

Browse files
committed
Docker only amd64
Signed-off-by: David VIEJO <[email protected]>
1 parent 0fbd034 commit e70299c

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.goreleaser.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,7 @@ dockers:
6262
# GOOS of the built binary that should be used.
6363
goos: linux
6464
# GOARCH of the built binary that should be used.
65-
goarch:
66-
- amd64
67-
- arm64
68-
- arm
65+
goarch: amd64
6966
dockerfile: Dockerfile
7067
image_templates:
7168
- "quay.io/kfsoftware/hlf-operator:{{ .Tag }}"

0 commit comments

Comments
 (0)