build: add freebsd amd64/arm64

fixes: https://github.com/gregtwallace/apc-p15-tool/issues/19
This commit is contained in:
Greg T. Wallace 2025-06-19 16:17:48 -04:00
parent eb90d475cd
commit f5efcd7985

View file

@ -32,6 +32,8 @@ targets = [
"linux_arm64",
"darwin_amd64",
"darwin_arm64",
"freebsd_amd64",
"freebsd_arm64",
]
# loop through and build all targets