Skip to content

Commit

Permalink
Fix Linux build architecture
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewbanchich authored Feb 1, 2023
1 parent 8f58e6f commit 74591b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
include:
- platform: linux
os: ubuntu-latest
target: aarch64-unknown-linux-musl
target: x86_64-unknown-linux-musl
use-cross: true
- platform: mac
os: macos-latest
Expand Down

0 comments on commit 74591b7

Please sign in to comment.