build: add aarch64 windows build (#2213)

This commit is contained in:
David Knaack
2021-01-26 22:40:48 +01:00
committed by GitHub
parent 3c31c4b99d
commit 857d536488
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -77,6 +77,10 @@ jobs:
os: windows-latest
name: starship-i686-pc-windows-msvc.zip
- target: aarch64-pc-windows-msvc
os: windows-latest
name: starship-aarch64-pc-windows-msvc.zip
runs-on: ${{ matrix.os }}
steps:
- name: Setup | Checkout
+1 -1
View File
@@ -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} $*"