Skip to content

Commit

Permalink
build: github action add arm64 on windows #73
Browse files Browse the repository at this point in the history
  • Loading branch information
a-wing committed Dec 23, 2023
1 parent a85f47f commit dd8bb6b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ jobs:
fail-fast: false
matrix:
job:
# Reference: https://doc.rust-lang.org/rustc/platform-support.html
- { target: aarch64-apple-darwin , os: macos-13 }
- { target: aarch64-pc-windows-msvc , os: windows-2022 }
- { target: aarch64-linux-android , os: ubuntu-22.04, use-cross: true }
- { target: aarch64-unknown-linux-gnu , os: ubuntu-22.04, use-cross: true }
- { target: arm-unknown-linux-gnueabihf , os: ubuntu-22.04, use-cross: true }
Expand Down

0 comments on commit dd8bb6b

Please sign in to comment.