We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e54c1cb commit f6890c1Copy full SHA for f6890c1
.github/workflows/release-cd.yml
@@ -84,12 +84,12 @@ jobs:
84
architecture: i686
85
binary-postfix: ""
86
use-cross: true
87
- - os: ubuntu-latest
88
- os-name: netbsd
89
- target: x86_64-unknown-netbsd
90
- architecture: x86_64
91
- binary-postfix: ""
92
- use-cross: true
+ # - os: ubuntu-latest
+ # os-name: netbsd
+ # target: x86_64-unknown-netbsd
+ # architecture: x86_64
+ # binary-postfix: ""
+ # use-cross: true
93
- os: ubuntu-latest
94
os-name: linux
95
target: armv7-unknown-linux-gnueabihf
0 commit comments