Skip to content

Commit 437f4b6

Browse files
authored
chore: Fix goreleaser config (#520)
Co-authored-by: jb-abbadie <[email protected]>
1 parent fb97ae9 commit 437f4b6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.goreleaser.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,15 @@ dockers:
3131
- image_templates:
3232
- "contentsquareplatform/chproxy:{{ .Tag }}-amd64"
3333
use: buildx
34+
goos: linux
35+
goarch: amd64
3436
build_flag_templates:
3537
- "--platform=linux/amd64"
3638
- image_templates:
3739
- "contentsquareplatform/chproxy:{{ .Tag }}-arm64v8"
3840
use: buildx
41+
goos: linux
42+
goarch: arm64
3943
build_flag_templates:
4044
- "--platform=linux/arm64/v8"
4145

0 commit comments

Comments
 (0)