Skip to content

Commit

Permalink
Merge pull request #28 from sebastienrousseau/sebastienrousseau-patch-1
Browse files Browse the repository at this point in the history
Update release.yml
  • Loading branch information
sebastienrousseau authored Nov 7, 2023
2 parents f3b7062 + aea8e19 commit d97b568
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- s390x-unknown-linux-gnu # s390x Linux (kernel 3.2, glibc 2.17)
- x86_64-unknown-freebsd # 64-bit FreeBSD on x86-64
- x86_64-unknown-linux-musl # 64-bit Linux (kernel 2.6.32+, musl libc)
- x86_64-unknown-netbsd # 64-bit NetBSD on x86-64
# - x86_64-unknown-netbsd # 64-bit NetBSD on x86-64

include:
# Tier 1 platforms 🏆
Expand Down Expand Up @@ -120,9 +120,9 @@ jobs:
- target: x86_64-unknown-linux-musl
os: ubuntu-latest
cross: true
- target: x86_64-unknown-netbsd
os: ubuntu-latest
cross: true
# - target: x86_64-unknown-netbsd
# os: ubuntu-latest
# cross: true

runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit d97b568

Please sign in to comment.