Skip to content

Commit 39140fb

Browse files
committed
ci: 更新构建工作流程配置文件,禁用压缩功能
1 parent ae6bc6b commit 39140fb

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/build.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -44,42 +44,42 @@ jobs:
4444
artifact_name: gpm
4545
cross: true
4646
strip: true
47-
compress: true
47+
compress: false
4848
cargo_flags: ""
4949
- os: ubuntu-latest
5050
target: aarch64-unknown-linux-musl
5151
artifact_name: gpm
5252
cross: true
5353
strip: false
54-
compress: true
54+
compress: false
5555
cargo_flags: ""
5656
- os: ubuntu-latest
5757
target: armv7-unknown-linux-musleabihf
5858
artifact_name: gpm
5959
cross: true
6060
strip: false
61-
compress: true
61+
compress: false
6262
cargo_flags: ""
6363
- os: ubuntu-latest
6464
target: arm-unknown-linux-musleabihf
6565
artifact_name: gpm
6666
cross: true
6767
strip: false
68-
compress: true
68+
compress: false
6969
cargo_flags: ""
7070
# - os: ubuntu-latest
7171
# target: mips-unknown-linux-musl
7272
# artifact_name: gpm
7373
# cross: true
7474
# strip: false
75-
# compress: true
75+
# compress: false
7676
# cargo_flags: ""
7777
# - os: ubuntu-latest
7878
# target: mipsel-unknown-linux-musl
7979
# artifact_name: gpm
8080
# cross: true
8181
# strip: false
82-
# compress: true
82+
# compress: false
8383
# cargo_flags: ""
8484
# - os: ubuntu-latest
8585
# target: mips64-unknown-linux-gnuabi64
@@ -114,7 +114,7 @@ jobs:
114114
artifact_name: gpm.exe
115115
cross: false
116116
strip: true
117-
compress: true
117+
compress: false
118118
cargo_flags: ""
119119
- os: windows-latest
120120
target: aarch64-pc-windows-msvc
@@ -128,14 +128,14 @@ jobs:
128128
artifact_name: gpm
129129
cross: false
130130
strip: true
131-
compress: true
131+
compress: false
132132
cargo_flags: ""
133133
- os: macos-latest
134134
target: aarch64-apple-darwin
135135
artifact_name: gpm
136136
cross: false
137137
strip: true
138-
compress: true
138+
compress: false
139139
cargo_flags: ""
140140
# - os: ubuntu-latest
141141
# target: x86_64-unknown-freebsd

0 commit comments

Comments
 (0)