mirror of https://github.com/rapiz1/rathole.git
ci: add ARM32 targets for release
This commit is contained in:
parent
d1fdef5d56
commit
08a2f1a73a
|
@ -24,6 +24,15 @@ jobs:
|
|||
- os: ubuntu-latest
|
||||
target: aarch64-unknown-linux-musl
|
||||
exe: rathole
|
||||
- os: ubuntu-latest
|
||||
target: arm-unknown-linux-musleabi
|
||||
exe: rathole
|
||||
- os: ubuntu-latest
|
||||
target: arm-unknown-linux-musleabihf
|
||||
exe: rathole
|
||||
- os: ubuntu-latest
|
||||
target: armv7-unknown-linux-musleabihf
|
||||
exe: rathole
|
||||
- os: ubuntu-latest
|
||||
target: mips-unknown-linux-musl
|
||||
exe: rathole
|
||||
|
|
Loading…
Reference in New Issue