mirror of
https://github.com/tun2proxy/tun2proxy.git
synced 2025-04-20 22:09:09 +00:00
target armv7-unknown-linux-musleabi
This commit is contained in:
parent
c9b24a865c
commit
b74aeab182
1 changed files with 5 additions and 2 deletions
7
.github/workflows/publish-exe.yml
vendored
7
.github/workflows/publish-exe.yml
vendored
|
@ -21,7 +21,8 @@ jobs:
|
|||
- x86_64-unknown-linux-musl
|
||||
- i686-unknown-linux-musl
|
||||
- aarch64-unknown-linux-gnu
|
||||
- armv7-unknown-linux-gnueabihf
|
||||
- armv7-unknown-linux-musleabi
|
||||
- armv7-unknown-linux-musleabihf
|
||||
- x86_64-apple-darwin
|
||||
- aarch64-apple-darwin
|
||||
- x86_64-pc-windows-msvc
|
||||
|
@ -36,7 +37,9 @@ jobs:
|
|||
host_os: ubuntu-latest
|
||||
- target: aarch64-unknown-linux-gnu
|
||||
host_os: ubuntu-latest
|
||||
- target: armv7-unknown-linux-gnueabihf
|
||||
- target: armv7-unknown-linux-musleabi
|
||||
host_os: ubuntu-latest
|
||||
- target: armv7-unknown-linux-musleabihf
|
||||
host_os: ubuntu-latest
|
||||
- target: x86_64-apple-darwin
|
||||
host_os: macos-latest
|
||||
|
|
Loading…
Add table
Reference in a new issue