Skip to content

Commit

Permalink
💚 Support mips-unknown-linux-musl
Browse files Browse the repository at this point in the history
  • Loading branch information
mokeyish committed Jul 27, 2024
1 parent 53855d4 commit c99ef2a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,8 @@ jobs:
- target: arm-unknown-linux-musleabihf
os: ubuntu-latest
archive: tar.gz tar.xz tar.zst
# - target: mips-unknown-linux-musl
# archive: tar.gz tar.xz tar.zst
# - target: mips-unknown-linux-musl
# archive: tar.gz tar.xz tar.zst
- target: mips-unknown-linux-musl
archive: tar.gz tar.xz tar.zst
# - target: mips64-unknown-linux-muslabi64
# archive: tar.gz tar.xz tar.zst
- target: aarch64-linux-android
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,10 +120,8 @@ jobs:
- target: arm-unknown-linux-musleabihf
os: ubuntu-latest
archive: tar.gz tar.xz tar.zst
# - target: mips-unknown-linux-musl
# archive: tar.gz tar.xz tar.zst
# - target: mips-unknown-linux-musl
# archive: tar.gz tar.xz tar.zst
- target: mips-unknown-linux-musl
archive: tar.gz tar.xz tar.zst
# - target: mips64-unknown-linux-muslabi64
# archive: tar.gz tar.xz tar.zst
- target: aarch64-linux-android
Expand Down

0 comments on commit c99ef2a

Please sign in to comment.