Skip to content

Commit f6890c1

Browse files
committed
fix release deployment
1 parent e54c1cb commit f6890c1

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/release-cd.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -84,12 +84,12 @@ jobs:
8484
architecture: i686
8585
binary-postfix: ""
8686
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
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
9393
- os: ubuntu-latest
9494
os-name: linux
9595
target: armv7-unknown-linux-gnueabihf

0 commit comments

Comments
 (0)