Skip to content

Commit

Permalink
chore: produces an Windows ARM64 build of Sprocket. (#33)
Browse files Browse the repository at this point in the history
This commit produces a Windows ARM64 build of Sprocket as an artifact.
  • Loading branch information
peterhuene authored Oct 18, 2024
1 parent d15e82d commit 1eb4579
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,10 @@ jobs:
- rust-target: aarch64-apple-darwin
os: macos-latest
extension: tar.gz
- rust-target: x86_64-pc-windows-gnu
- rust-target: x86_64-pc-windows-msvc
os: windows-latest
extension: zip
- rust-target: aarch64-pc-windows-msvc
os: windows-latest
extension: zip
steps:
Expand Down

0 comments on commit 1eb4579

Please sign in to comment.