Commit 857d536 1 parent 3c31c4b commit 857d536 Copy full SHA for 857d536
File tree 2 files changed +5
-1
lines changed
2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 76
76
- target : i686-pc-windows-msvc
77
77
os : windows-latest
78
78
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
79
83
80
84
runs-on : ${{ matrix.os }}
81
85
steps :
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ SUPPORTED_TARGETS="x86_64-unknown-linux-gnu x86_64-unknown-linux-musl \
37
37
i686-unknown-linux-musl aarch64-unknown-linux-musl \
38
38
arm-unknown-linux-musleabihf x86_64-apple-darwin \
39
39
aarch64-apple-darwin x86_64-pc-windows-msvc \
40
- i686-pc-windows-msvc"
40
+ i686-pc-windows-msvc aarch64-pc-windows-msvc "
41
41
42
42
info () {
43
43
printf " %s\n" " ${BOLD}${GREY} >${NO_COLOR} $* "
You can’t perform that action at this time.
0 commit comments