Skip to content

Commit

Permalink
another attempt with matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
timvw committed May 25, 2022
1 parent 781da3d commit 2a611b2
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,19 @@ jobs:
strategy:
fail-fast: false
matrix:
arch: [ amd64 ]
rust: [ stable ]
include:
- target: x86_64-pc-windows-gnu
archive: zip
arch: amd64
rust: stable
- target: x86_64-unknown-linux-musl
archive: tar.gz tar.xz
arch: amd64
rust: stable
- target: x86_64-apple-darwin
archive: tar.gz zip
arch: amd64
rust: stable
container:
image: ${{ matrix.arch }}/rust
env:
Expand Down

0 comments on commit 2a611b2

Please sign in to comment.