Skip to content

Commit

Permalink
cd: try using cross for all musl architectures
Browse files Browse the repository at this point in the history
  • Loading branch information
brianbruggeman committed May 24, 2024
1 parent 65fd2ec commit 428d800
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
os: macos-latest
- target: aarch64-unknown-linux-musl
os: ubuntu-latest
- target: x86_64-unknown-linux-musl
os: ubuntu-latest

runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -80,8 +82,7 @@ jobs:
include:
- target: x86_64-apple-darwin
os: macos-latest
- target: x86_64-unknown-linux-musl
os: ubuntu-latest


runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit 428d800

Please sign in to comment.