Skip to content

Commit 71a0939

Browse files
committed
remove windows build from unstable and release CI
1 parent d6fc674 commit 71a0939

File tree

2 files changed

+8
-9
lines changed

2 files changed

+8
-9
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515
target: x86_64-unknown-linux-musl
1616
binary_name: shai
1717
asset_name: shai-linux-x86_64
18-
- os: windows-latest
19-
target: x86_64-pc-windows-msvc
20-
binary_name: shai.exe
21-
asset_name: shai-windows-x86_64.exe
18+
#- os: windows-latest
19+
# target: x86_64-pc-windows-msvc
20+
# binary_name: shai.exe
21+
# asset_name: shai-windows-x86_64.exe
2222
- os: macos-latest
2323
target: x86_64-apple-darwin
2424
binary_name: shai

.github/workflows/unstable.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515
target: x86_64-unknown-linux-musl
1616
binary_name: shai
1717
asset_name: shai-unstable-linux-x86_64
18-
- os: windows-latest
19-
target: x86_64-pc-windows-msvc
20-
binary_name: shai.exe
21-
asset_name: shai-unstable-windows-x86_64.exe
18+
#- os: windows-latest
19+
# target: x86_64-pc-windows-msvc
20+
# binary_name: shai.exe
21+
# asset_name: shai-unstable-windows-x86_64.exe
2222
- os: macos-latest
2323
target: x86_64-apple-darwin
2424
binary_name: shai
@@ -120,7 +120,6 @@ jobs:
120120
--notes "Automated unstable build from commit ${{ github.sha }}" \
121121
--prerelease \
122122
shai-unstable-linux-x86_64/shai-unstable-linux-x86_64 \
123-
shai-unstable-windows-x86_64.exe/shai-unstable-windows-x86_64.exe \
124123
shai-unstable-macos-x86_64/shai-unstable-macos-x86_64 \
125124
shai-unstable-macos-aarch64/shai-unstable-macos-aarch64
126125
env:

0 commit comments

Comments
 (0)