Skip to content

Commit 137b93c

Browse files
committed
feat(goreleaser): Ship FreeBSD binaries
1 parent 99f4d2d commit 137b93c

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.goreleaser.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,16 @@ builds:
5353
- cmd: sh -c 'go run main.go completion bash > ./dist/completions/stackit.bash'
5454
- cmd: sh -c 'go run main.go completion fish > ./dist/completions/stackit.fish'
5555

56+
- id: freebsd-builds
57+
env:
58+
- CGO_ENABLED=0
59+
goos:
60+
- freebsd
61+
goarch:
62+
- arm64
63+
- amd64
64+
binary: "stackit"
65+
5666
archives:
5767
- id: windows-archives
5868
ids:
@@ -61,6 +71,7 @@ archives:
6171
- ids:
6272
- linux-builds
6373
- macos-builds
74+
- freebsd-builds
6475
formats: [ 'tar.gz' ]
6576
files:
6677
- src: ./dist/completions/*

0 commit comments

Comments
 (0)