Skip to content

Commit

Permalink
feat: build target
Browse files Browse the repository at this point in the history
Signed-off-by: Gaius <[email protected]>
  • Loading branch information
gaius-qi committed Dec 27, 2023
1 parent c030099 commit 70bc0be
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,22 @@ jobs:
include:
- build: linux
os: ubuntu-latest
target: [x86_64-unknown-linux-gnu, x86_64-unknown-linux-musl, aarch64-unknown-linux-gnu, aarch64-unknown-linux-musl]
target: x86_64-unknown-linux-gnu
- build: linux
os: ubuntu-latest
target: x86_64-unknown-linux-musl
- build: linux
os: ubuntu-latest
target: aarch64-unknown-linux-gnu
- build: linux
os: ubuntu-latest
target: aarch64-unknown-linux-musl
- build: macos
os: macos-latest
target: x86_64-apple-darwin
- build: macos
os: macos-latest
target: [x86_64-apple-darwin, aarch64-apple-darwin]
target: aarch64-apple-darwin

steps:
- name: Checkout
Expand Down

0 comments on commit 70bc0be

Please sign in to comment.