Skip to content

Commit 857d536

Browse files
authored
build: add aarch64 windows build (starship#2213)
1 parent 3c31c4b commit 857d536

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/deploy.yml

+4
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,10 @@ jobs:
7676
- target: i686-pc-windows-msvc
7777
os: windows-latest
7878
name: starship-i686-pc-windows-msvc.zip
79+
80+
- target: aarch64-pc-windows-msvc
81+
os: windows-latest
82+
name: starship-aarch64-pc-windows-msvc.zip
7983

8084
runs-on: ${{ matrix.os }}
8185
steps:

install/install.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ SUPPORTED_TARGETS="x86_64-unknown-linux-gnu x86_64-unknown-linux-musl \
3737
i686-unknown-linux-musl aarch64-unknown-linux-musl \
3838
arm-unknown-linux-musleabihf x86_64-apple-darwin \
3939
aarch64-apple-darwin x86_64-pc-windows-msvc \
40-
i686-pc-windows-msvc"
40+
i686-pc-windows-msvc aarch64-pc-windows-msvc"
4141

4242
info() {
4343
printf "%s\n" "${BOLD}${GREY}>${NO_COLOR} $*"

0 commit comments

Comments
 (0)