Skip to content

Commit

Permalink
chore: nightly build enable mips*
Browse files Browse the repository at this point in the history
  • Loading branch information
zonyitoo committed Jan 11, 2025
1 parent b903289 commit 9adfd94
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-nightly-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ jobs:
toolchain: stable
- target: aarch64-unknown-linux-musl
toolchain: stable
- target: mipsel-unknown-linux-gnu
toolchain: nightly
- target: mips64el-unknown-linux-gnuabi64
toolchain: nightly

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 9adfd94

Please sign in to comment.