From 99a108eccacd7ce0916855f4daf83a212b6a650b Mon Sep 17 00:00:00 2001 From: Daylin Morgan Date: Tue, 5 Sep 2023 17:05:46 -0500 Subject: [PATCH] build: add arm builds --- tsm.nimble | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tsm.nimble b/tsm.nimble index 1d58648..055ff04 100644 --- a/tsm.nimble +++ b/tsm.nimble @@ -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 ]