ci(release): build also for freebsd

This commit is contained in:
Simon Cornet 2025-04-04 11:06:26 +02:00
commit c1c990b413
2 changed files with 4 additions and 2 deletions

View file

@ -26,9 +26,10 @@ builds:
- "amd64" - "amd64"
- "arm64" - "arm64"
goos: goos:
- "darwin"
- "freebsd"
- "linux" - "linux"
- "windows" - "windows"
- "darwin"
# changelog # changelog
changelog: changelog:

View file

@ -18,9 +18,10 @@ builds:
- "amd64" - "amd64"
- "arm64" - "arm64"
goos: goos:
- "darwin"
- "freebsd"
- "linux" - "linux"
- "windows" - "windows"
- "darwin"
# changelog # changelog
changelog: changelog: