Skip to content

Commit

Permalink
ci: update
Browse files Browse the repository at this point in the history
  • Loading branch information
axetroy committed Mar 30, 2024
1 parent 3f5cad9 commit 1662bdc
Showing 1 changed file with 32 additions and 32 deletions.
64 changes: 32 additions & 32 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ jobs:
- aarch64-unknown-linux-gnu
- armv7-unknown-linux-musleabihf
- arm-unknown-linux-musleabihf
- mips-unknown-linux-musl
- mipsel-unknown-linux-musl
- mips64-unknown-linux-gnuabi64
- mips64el-unknown-linux-gnuabi64
# - mips-unknown-linux-musl
# - mipsel-unknown-linux-musl
# - mips64-unknown-linux-gnuabi64
# - mips64el-unknown-linux-gnuabi64
- riscv64gc-unknown-linux-gnu
- i686-pc-windows-msvc
- x86_64-pc-windows-msvc
Expand Down Expand Up @@ -85,34 +85,34 @@ jobs:
strip: false
compress: true
cargo_flags: ""
- os: ubuntu-latest
target: mips-unknown-linux-musl
artifact_name: cask
cross: true
strip: false
compress: false
cargo_flags: "--no-default-features"
- os: ubuntu-latest
target: mipsel-unknown-linux-musl
artifact_name: cask
cross: true
strip: false
compress: true
cargo_flags: "--no-default-features"
- os: ubuntu-latest
target: mips64-unknown-linux-gnuabi64
artifact_name: cask
cross: true
strip: false
compress: false
cargo_flags: "--no-default-features"
- os: ubuntu-latest
target: mips64el-unknown-linux-gnuabi64
artifact_name: cask
cross: true
strip: false
compress: false
cargo_flags: "--no-default-features"
# - os: ubuntu-latest
# target: mips-unknown-linux-musl
# artifact_name: cask
# cross: true
# strip: false
# compress: false
# cargo_flags: "--no-default-features"
# - os: ubuntu-latest
# target: mipsel-unknown-linux-musl
# artifact_name: cask
# cross: true
# strip: false
# compress: true
# cargo_flags: "--no-default-features"
# - os: ubuntu-latest
# target: mips64-unknown-linux-gnuabi64
# artifact_name: cask
# cross: true
# strip: false
# compress: false
# cargo_flags: "--no-default-features"
# - os: ubuntu-latest
# target: mips64el-unknown-linux-gnuabi64
# artifact_name: cask
# cross: true
# strip: false
# compress: false
# cargo_flags: "--no-default-features"
- os: ubuntu-latest
target: riscv64gc-unknown-linux-gnu
artifact_name: cask
Expand Down

0 comments on commit 1662bdc

Please sign in to comment.