We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f3b7062 + aea8e19 commit d97b568Copy full SHA for d97b568
.github/workflows/release.yml
@@ -51,7 +51,7 @@ jobs:
51
- s390x-unknown-linux-gnu # s390x Linux (kernel 3.2, glibc 2.17)
52
- x86_64-unknown-freebsd # 64-bit FreeBSD on x86-64
53
- 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
+ # - x86_64-unknown-netbsd # 64-bit NetBSD on x86-64
55
56
include:
57
# Tier 1 platforms 🏆
@@ -120,9 +120,9 @@ jobs:
120
- target: x86_64-unknown-linux-musl
121
os: ubuntu-latest
122
cross: true
123
- - target: x86_64-unknown-netbsd
124
- os: ubuntu-latest
125
- cross: true
+ # - target: x86_64-unknown-netbsd
+ # os: ubuntu-latest
+ # cross: true
126
127
runs-on: ${{ matrix.os }}
128
0 commit comments