Skip to content

Commit ba91a84

Browse files
committed
build(release): build for BSDs on ARM64
1 parent 28d1908 commit ba91a84

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

script/release.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,14 @@ func buildAll() error {
5656
{"darwin", "amd64"},
5757
{"darwin", "arm64"},
5858
{"freebsd", "amd64"},
59+
{"freebsd", "arm64"},
5960
{"linux", "amd64"},
6061
{"linux", "arm64"},
6162
{"linux", "riscv64"},
6263
{"netbsd", "amd64"},
64+
{"netbsd", "arm64"},
6365
{"openbsd", "amd64"},
66+
{"openbsd", "arm64"},
6467
}
6568

6669
for i, target := range targets {

0 commit comments

Comments
 (0)