Skip to content

Commit

Permalink
feat: ammended targets
Browse files Browse the repository at this point in the history
Signed-off-by: AlexsJones <[email protected]>
  • Loading branch information
AlexsJones committed Jan 6, 2025
1 parent d2439e3 commit 5bb17e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
strategy:
fail-fast: false
matrix:
target: [stable-x86_64-unknown-linux-gnu]
target: [x86_64-apple-darwin, x86_64-unknown-linux-musl]
steps:
- uses: actions/checkout@master
- name: Compile and release
Expand Down

0 comments on commit 5bb17e4

Please sign in to comment.