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
@@ -76,6 +76,10 @@ jobs:
- target: i686-pc-windows-msvc
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: