Skip to content

Commit 8d5dd97

Browse files
committed
comment out all other archs
1 parent 472a86d commit 8d5dd97

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

.github/workflows/release.yml

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -19,31 +19,31 @@ jobs:
1919
fail-fast: false
2020
matrix:
2121
include:
22-
# Linux x86_64
23-
- target: x86_64-unknown-linux-gnu
24-
runner: self-hosted
25-
asset_name: x86_64-unknown-linux-gnu
22+
# # Linux x86_64
23+
# - target: x86_64-unknown-linux-gnu
24+
# runner: self-hosted
25+
# asset_name: x86_64-unknown-linux-gnu
2626

2727
# Linux ARM64 (aarch64) - Cross-compilation
2828
- target: aarch64-unknown-linux-gnu
2929
runner: ubuntu-latest
3030
asset_name: aarch64-unknown-linux-gnu
3131

32-
# macOS x86_64
33-
- target: x86_64-apple-darwin
34-
runner: macos-13
35-
asset_name: x86_64-apple-darwin
36-
37-
# macOS ARM64
38-
- target: aarch64-apple-darwin
39-
runner: macos-latest
40-
asset_name: aarch64-apple-darwin
41-
42-
# Windows x86_64
43-
- target: x86_64-pc-windows-msvc
44-
runner: windows-latest
45-
asset_name: x86_64-windows
46-
binary_ext: .exe
32+
# # macOS x86_64
33+
# - target: x86_64-apple-darwin
34+
# runner: macos-13
35+
# asset_name: x86_64-apple-darwin
36+
#
37+
# # macOS ARM64
38+
# - target: aarch64-apple-darwin
39+
# runner: macos-latest
40+
# asset_name: aarch64-apple-darwin
41+
#
42+
# # Windows x86_64
43+
# - target: x86_64-pc-windows-msvc
44+
# runner: windows-latest
45+
# asset_name: x86_64-windows
46+
# binary_ext: .exe
4747

4848
steps:
4949
- name: Checkout code

0 commit comments

Comments
 (0)