Skip to content

Commit 9ba53ed

Browse files
committed
remove unsupported platforms from build
1 parent 8912525 commit 9ba53ed

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
@@ -19,6 +19,10 @@ builds:
1919
goarch: arm64
2020
- goos: windows
2121
goarch: arm
22+
- goos: freebsd
23+
goarch: arm64
24+
- goos: freebsd
25+
goarch: arm
2226

2327
release:
2428
name_template: '{{.ProjectName}}-v{{.Version}}'

0 commit comments

Comments
 (0)