Skip to content
This repository has been archived by the owner on Jun 10, 2024. It is now read-only.

Commit

Permalink
add linux-gnu
Browse files Browse the repository at this point in the history
  • Loading branch information
ebcrowder committed Aug 31, 2020
1 parent e8f141b commit 181cfad
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 @@ -72,9 +72,13 @@ jobs:
RUST_BACKTRACE: 1
strategy:
matrix:
build: [linux, linux-arm, macos, win-msvc, win-gnu, win32-msvc]
build: [linux-gnu, linux-musl, linux-arm, macos, win-msvc, win-gnu, win32-msvc]
include:
- build: linux
- build: linux-gnu
os: ubuntu-18.04
rust: nightly
target: x86_64-unknown-linux-gnu
- build: linux-musl
os: ubuntu-18.04
rust: nightly
target: x86_64-unknown-linux-musl
Expand Down

0 comments on commit 181cfad

Please sign in to comment.