mirror of
https://github.com/daylinmorgan/tsm.git
synced 2024-11-16 09:18:32 -06:00
build: add arm builds
This commit is contained in:
parent
c5a8923118
commit
99a108ecca
1 changed files with 2 additions and 0 deletions
|
@ -19,8 +19,10 @@ taskRequires "release", "https://github.com/daylinmorgan/ccnz"
|
|||
import strformat
|
||||
const targets = [
|
||||
"x86_64-linux-gnu",
|
||||
"aarch64-linux-gnu",
|
||||
"x86_64-linux-musl",
|
||||
"x86_64-macos-none",
|
||||
"aarch64-macos-none",
|
||||
# "x86_64-windows-gnu" # no tsm on windows
|
||||
]
|
||||
|
||||
|
|
Loading…
Reference in a new issue