Skip to content

Commit d97b568

Browse files
Merge pull request #28 from sebastienrousseau/sebastienrousseau-patch-1
Update release.yml
2 parents f3b7062 + aea8e19 commit d97b568

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
- s390x-unknown-linux-gnu # s390x Linux (kernel 3.2, glibc 2.17)
5252
- x86_64-unknown-freebsd # 64-bit FreeBSD on x86-64
5353
- x86_64-unknown-linux-musl # 64-bit Linux (kernel 2.6.32+, musl libc)
54-
- x86_64-unknown-netbsd # 64-bit NetBSD on x86-64
54+
# - x86_64-unknown-netbsd # 64-bit NetBSD on x86-64
5555

5656
include:
5757
# Tier 1 platforms 🏆
@@ -120,9 +120,9 @@ jobs:
120120
- target: x86_64-unknown-linux-musl
121121
os: ubuntu-latest
122122
cross: true
123-
- target: x86_64-unknown-netbsd
124-
os: ubuntu-latest
125-
cross: true
123+
# - target: x86_64-unknown-netbsd
124+
# os: ubuntu-latest
125+
# cross: true
126126

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

0 commit comments

Comments
 (0)