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)...@@ -9,10 +9,11 @@ tag=v$version.$(git log --format=%h -1)
9targets="9targets="
10aarch64-linux-musl10aarch64-linux-musl
11aarch64-macos-gnu11aarch64-macos-gnu
12aarch64-windows-gnu
12i386-linux-musl13i386-linux-musl
13x86_64-linux-musl14x86_64-linux-musl
14x86_64-windows-gnu
15x86_64-macos-gnu15x86_64-macos-gnu
16x86_64-windows-gnu
16"17"
1718
18for item in $targets19for item in $targets