Skip to content

Commit

Permalink
ci: build mips64el
Browse files Browse the repository at this point in the history
  • Loading branch information
axetroy committed May 19, 2024
1 parent 7d3c352 commit 62ff8f9
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
# - mips-unknown-linux-musl
# - mipsel-unknown-linux-musl
# - mips64-unknown-linux-gnuabi64
# - mips64el-unknown-linux-gnuabi64
- mips64el-unknown-linux-gnuabi64
# - riscv64gc-unknown-linux-gnu
- i686-pc-windows-msvc
- x86_64-pc-windows-msvc
Expand Down Expand Up @@ -97,12 +97,12 @@ jobs:
# cross: true
# strip: false
# cargo_flags: "--no-default-features"
# - os: ubuntu-latest
# target: mips64el-unknown-linux-gnuabi64
# artifact_name: cask
# cross: true
# strip: false
# cargo_flags: "--no-default-features"
- os: ubuntu-latest
target: mips64el-unknown-linux-gnuabi64
artifact_name: cask
cross: true
strip: false
cargo_flags: "--no-default-features"
# - os: ubuntu-latest
# target: riscv64gc-unknown-linux-gnu
# artifact_name: cask
Expand Down

0 comments on commit 62ff8f9

Please sign in to comment.