diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3e5a905..22ecfba 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,9 +26,9 @@ jobs: - aarch64-unknown-linux-gnu - aarch64-unknown-linux-musl - mips-unknown-linux-gnu - #- mips-unknown-linux-musl # currently does not build due to libc::sock_txtime not found, need a newer release of libc + - mips-unknown-linux-musl - mipsel-unknown-linux-gnu - #- mipsel-unknown-linux-musl + - mipsel-unknown-linux-musl steps: - uses: actions/checkout@v3