mirror of
https://github.com/Llewellynvdm/starship.git
synced 2025-01-24 15:48:34 +00:00
build: add aarch64 windows build (#2213)
This commit is contained in:
parent
3c31c4b99d
commit
857d536488
4
.github/workflows/deploy.yml
vendored
4
.github/workflows/deploy.yml
vendored
@ -76,6 +76,10 @@ jobs:
|
|||||||
- target: i686-pc-windows-msvc
|
- target: i686-pc-windows-msvc
|
||||||
os: windows-latest
|
os: windows-latest
|
||||||
name: starship-i686-pc-windows-msvc.zip
|
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 }}
|
runs-on: ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
|
@ -37,7 +37,7 @@ SUPPORTED_TARGETS="x86_64-unknown-linux-gnu x86_64-unknown-linux-musl \
|
|||||||
i686-unknown-linux-musl aarch64-unknown-linux-musl \
|
i686-unknown-linux-musl aarch64-unknown-linux-musl \
|
||||||
arm-unknown-linux-musleabihf x86_64-apple-darwin \
|
arm-unknown-linux-musleabihf x86_64-apple-darwin \
|
||||||
aarch64-apple-darwin x86_64-pc-windows-msvc \
|
aarch64-apple-darwin x86_64-pc-windows-msvc \
|
||||||
i686-pc-windows-msvc"
|
i686-pc-windows-msvc aarch64-pc-windows-msvc"
|
||||||
|
|
||||||
info() {
|
info() {
|
||||||
printf "%s\n" "${BOLD}${GREY}>${NO_COLOR} $*"
|
printf "%s\n" "${BOLD}${GREY}>${NO_COLOR} $*"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user