Skip to content
This repository was archived by the owner on Feb 28, 2025. It is now read-only.

Commit d92892c

Browse files
authored
chore(release): Add missing os/arch pairs (#2)
1 parent 6bba070 commit d92892c

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.goreleaser.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,18 @@ builds:
1717
ldflags:
1818
- "-s -w -X main.version={{.Version}} -X main.commit={{.Commit}}"
1919
goos:
20-
# - freebsd
21-
# - windows
20+
- freebsd
21+
- windows
2222
- linux
2323
- darwin
2424
goarch:
2525
- amd64
2626
- arm64
27-
# - '386'
28-
# - arm
29-
# ignore:
30-
# - goos: darwin
31-
# goarch: '386'
27+
- '386'
28+
- arm
29+
ignore:
30+
- goos: darwin
31+
goarch: '386'
3232
binary: "{{ .ProjectName }}_v{{ .Version }}"
3333
archives:
3434
- format: zip

0 commit comments

Comments
 (0)