Skip to content

Commit

Permalink
more wip
Browse files Browse the repository at this point in the history
  • Loading branch information
JamyGolden committed Feb 15, 2024
1 parent c431e6e commit 03363a1
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,15 @@ jobs:
strategy:
matrix:
include:
- os: ubuntu-latest
- prefix: x86_64-linux
target: x86_64-unknown-linux-gnu
- os: ubuntu-latest
cross: false
- prefix: i686-linux
target: i686-unknown-linux-gnu
- os: ubuntu-latest
cross: true
- prefix: aarch64-linux
target: aarch64-unknown-linux-gnu
cross: true
- os: macos-latest
target: x86_64-apple-darwin
steps:
Expand Down

0 comments on commit 03363a1

Please sign in to comment.