Skip to content

Commit 25200bb

Browse files
committed
fix goreleaser
1 parent 2507e63 commit 25200bb

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.goreleaser.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,12 @@ builds:
66
- CGO_ENABLED=0
77
main: ./cmd/amzn-oidc-validate-server/main.go
88
binary: amzn-oidc-validate-server
9-
goarch:
9+
goos:
10+
- linux
1011
- darwin
12+
goarch:
1113
- amd64
14+
- arm64
1215
archives:
1316
checksum:
1417
name_template: "checksums.txt"

0 commit comments

Comments
 (0)