authorgravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2022-02-02 03:24:12 -08:00
committergravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2022-02-02 03:24:12 -08:00
log830f3b6aad52bfbfdd9f489ed1bd54a866829670
treed4a746dce6c2c179a7319804fe961160d77b9159
parentd3abd760a31b34e12f8a910d1c0ea2eff7344435

add aarch64-windows as a build target


1 files changed, 2 insertions(+), 1 deletions(-)

build_all_zig.sh+2-1
......@@ -9,10 +9,11 @@ tag=v$version.$(git log --format=%h -1)
99targets="
1010aarch64-linux-musl
1111aarch64-macos-gnu
12aarch64-windows-gnu
1213i386-linux-musl
1314x86_64-linux-musl
14x86_64-windows-gnu
1515x86_64-macos-gnu
16x86_64-windows-gnu
1617"
1718
1819for item in $targets