Skip to content

Commit

Permalink
add more targets
Browse files Browse the repository at this point in the history
Signed-off-by: xxchan <xxchan22f@gmail.com>
  • Loading branch information
xxchan committed Aug 21, 2023
1 parent 919d3a8 commit 418df72
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,18 @@ jobs:
os: ubuntu-20.04
rust: stable
target: x86_64-unknown-linux-musl
- build: linux
os: ubuntu-20.04
rust: stable
target: aarch64-unknown-linux-musl
- build: macos
os: macos-latest
rust: stable
target: x86_64-apple-darwin
- build: macos
os: macos-latest
rust: stable
target: aarch64-apple-darwin
- build: win-msvc
os: windows-2019
rust: stable
Expand Down

0 comments on commit 418df72

Please sign in to comment.