authorgravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2023-08-14 21:08:15 -07:00
committergravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2023-08-14 21:08:15 -07:00
log629e58ec207bef6aa85cfb84eb7aa80025d19e46
tree346ca9cf9309ca01c08088911d21be18d3ad7e5c
parent254cb608f66ebbf7109491903f06c2ff41cf9dbc

build_all.sh: do x86_64 before aarch64


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

build_all_zig.sh+3-3
......@@ -7,12 +7,12 @@ zigmod license > licenses.txt
77zigmod sum
88
99targets="
10aarch64-linux-musl
11aarch64-macos-none
12aarch64-windows-gnu
1310x86_64-linux-musl
1411x86_64-macos-none
1512x86_64-windows-gnu
13aarch64-linux-musl
14aarch64-macos-none
15aarch64-windows-gnu
1616"
1717
1818for item in $targets