Skip to content

Commit a636341

Browse files
authored
Add more architectures to .goreleases.yaml
linux/amd64 darwin/amd64 darwin/arm64 Signed-off-by: Maksim Nabokikh <[email protected]>
1 parent 17f6227 commit a636341

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.goreleaser.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,13 @@ builds:
55
binary: d8
66
goos:
77
- linux
8+
- darwin
9+
# - windows
810
goarch:
911
- amd64
12+
- arm64
13+
ignore:
14+
- goos: linux
15+
goarch: arm64
1016
checksum:
1117
name_template: "checksums.txt"

0 commit comments

Comments
 (0)