Skip to content

Commit

Permalink
Add aarch64-pc-windows-msvc target in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
EliahKagan committed Jul 30, 2024
1 parent 9da63eb commit e9cb26b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ jobs:
- x86_64-pc-windows-msvc
- x86_64-pc-windows-gnu
- i686-pc-windows-msvc
- aarch64-pc-windows-msvc
feature:
- small
- lean
Expand Down Expand Up @@ -104,6 +105,9 @@ jobs:
- target: i686-pc-windows-msvc
os: windows-latest
rust: nightly
- target: aarch64-pc-windows-msvc
os: windows-latest
rust: nightly
# on linux we build with musl which causes trouble with open-ssl. For now, just build max-pure there
# even though we could also build with `--features max-control,http-client-reqwest,gitoxide-core-blocking-client,gix-features/fast-sha1` for fast hashing.
# It's a TODO.
Expand Down

0 comments on commit e9cb26b

Please sign in to comment.