summaryrefslogtreecommitdiffstats
path: root/install
diff options
context:
space:
mode:
authorDavid Knaack <davidkna@users.noreply.github.com>2021-01-26 22:40:48 +0100
committerGitHub <noreply@github.com>2021-01-26 22:40:48 +0100
commit857d5364880e088230e98047c559f96bce68ac2c (patch)
treed66e9e14c184663c0c551911b7757da9afe24df0 /install
parent3c31c4b99d509ca0ca06bf9b4addbea1259cdac9 (diff)
build: add aarch64 windows build (#2213)
Diffstat (limited to 'install')
-rwxr-xr-xinstall/install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/install/install.sh b/install/install.sh
index 4f19046cd..ff689c5b2 100755
--- a/install/install.sh
+++ b/install/install.sh
@@ -37,7 +37,7 @@ SUPPORTED_TARGETS="x86_64-unknown-linux-gnu x86_64-unknown-linux-musl \
i686-unknown-linux-musl aarch64-unknown-linux-musl \
arm-unknown-linux-musleabihf x86_64-apple-darwin \
aarch64-apple-darwin x86_64-pc-windows-msvc \
- i686-pc-windows-msvc"
+ i686-pc-windows-msvc aarch64-pc-windows-msvc"
info() {
printf "%s\n" "${BOLD}${GREY}>${NO_COLOR} $*"