Add FreeBSD/amd64 to auto built releases (#51)

This commit is contained in:
Benson Wong
2025-02-13 16:43:51 -08:00
parent 6667e307a2
commit 13d4552edc
2 changed files with 6 additions and 2 deletions

View File

@@ -6,6 +6,10 @@ builds:
goos:
- linux
- darwin
- freebsd
goarch:
- amd64
- arm64
- arm64
ignore:
- goos: freebsd
goarch: arm64

View File

@@ -60,4 +60,4 @@ release:
git tag "$$new_tag";
# Phony targets
.PHONY: all clean osx linux
.PHONY: all clean mac linux