Skip to content

Commit

Permalink
ci: 更新构建工作流程配置文件,禁用压缩功能
Browse files Browse the repository at this point in the history
  • Loading branch information
axetroy committed Mar 31, 2024
1 parent ae6bc6b commit 39140fb
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,42 +44,42 @@ jobs:
artifact_name: gpm
cross: true
strip: true
compress: true
compress: false
cargo_flags: ""
- os: ubuntu-latest
target: aarch64-unknown-linux-musl
artifact_name: gpm
cross: true
strip: false
compress: true
compress: false
cargo_flags: ""
- os: ubuntu-latest
target: armv7-unknown-linux-musleabihf
artifact_name: gpm
cross: true
strip: false
compress: true
compress: false
cargo_flags: ""
- os: ubuntu-latest
target: arm-unknown-linux-musleabihf
artifact_name: gpm
cross: true
strip: false
compress: true
compress: false
cargo_flags: ""
# - os: ubuntu-latest
# target: mips-unknown-linux-musl
# artifact_name: gpm
# cross: true
# strip: false
# compress: true
# compress: false
# cargo_flags: ""
# - os: ubuntu-latest
# target: mipsel-unknown-linux-musl
# artifact_name: gpm
# cross: true
# strip: false
# compress: true
# compress: false
# cargo_flags: ""
# - os: ubuntu-latest
# target: mips64-unknown-linux-gnuabi64
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:
artifact_name: gpm.exe
cross: false
strip: true
compress: true
compress: false
cargo_flags: ""
- os: windows-latest
target: aarch64-pc-windows-msvc
Expand All @@ -128,14 +128,14 @@ jobs:
artifact_name: gpm
cross: false
strip: true
compress: true
compress: false
cargo_flags: ""
- os: macos-latest
target: aarch64-apple-darwin
artifact_name: gpm
cross: false
strip: true
compress: true
compress: false
cargo_flags: ""
# - os: ubuntu-latest
# target: x86_64-unknown-freebsd
Expand Down

0 comments on commit 39140fb

Please sign in to comment.