Skip to content

Commit

Permalink
Adding more targets for compiling
Browse files Browse the repository at this point in the history
  • Loading branch information
DLBPointon committed May 2, 2024
1 parent 5e1a0fa commit 15b499d
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/release-repo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,12 @@ jobs:
include:
- target: "x86_64-unknown-linux-gnu"
os: "ubuntu-latest"
- target: "x86_64-unknown-linux-musl"
os: "ubuntu-latest"
- target: "aarch64-apple-darwin"
os: "macOS-latest"
- target: "x86_64-apple-darwin"
os: "macOS-latest"
- target: "x86_64-pc-windows-gnu"
os: "windows-latest"
runs-on: ${{ matrix.os }}
steps:
- name: "Check out the repo"
Expand Down

0 comments on commit 15b499d

Please sign in to comment.