Skip to content

Commit

Permalink
Add windows release builds
Browse files Browse the repository at this point in the history
Remove aarch64-unknown-linux-gnu
  • Loading branch information
nathansam committed Aug 21, 2024
1 parent ceadb6d commit 012e4f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ jobs:
strategy:
matrix:
include:
- target: aarch64-unknown-linux-gnu
os: ubuntu-latest
- target: aarch64-apple-darwin
os: macos-latest
- target: x86_64-unknown-linux-gnu
Expand All @@ -22,6 +20,8 @@ jobs:
# Universal macOS binary is supported as universal-apple-darwin.
- target: universal-apple-darwin
os: macos-latest
- target: x86_64-pc-windows-msvc
os: windows-latest
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 012e4f1

Please sign in to comment.