Skip to content

Commit

Permalink
build freebsd release
Browse files Browse the repository at this point in the history
  • Loading branch information
lonnywong committed Aug 2, 2024
1 parent ae550e8 commit b306643
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ builds:
- windows
- darwin
- android
- freebsd
goarch:
- "386"
- amd64
Expand All @@ -33,6 +34,10 @@ builds:
goarch: "386"
- goos: android
goarch: amd64
- goos: freebsd
goarch: arm
- goos: freebsd
goarch: "386"
- id: tsz
main: ./cmd/tsz
binary: tsz
Expand All @@ -43,6 +48,7 @@ builds:
- windows
- darwin
- android
- freebsd
goarch:
- "386"
- amd64
Expand All @@ -63,6 +69,10 @@ builds:
goarch: "386"
- goos: android
goarch: amd64
- goos: freebsd
goarch: arm
- goos: freebsd
goarch: "386"
- id: trzsz
main: ./cmd/trzsz
binary: trzsz
Expand All @@ -73,6 +83,7 @@ builds:
- windows
- darwin
- android
- freebsd
goarch:
- "386"
- amd64
Expand All @@ -93,6 +104,10 @@ builds:
goarch: "386"
- goos: android
goarch: amd64
- goos: freebsd
goarch: arm
- goos: freebsd
goarch: "386"
archives:
- id: trzsz
name_template: >-
Expand Down
File renamed without changes.

0 comments on commit b306643

Please sign in to comment.