mirror of https://github.com/Tim-Paik/srv.git
add aarch64 support
This commit is contained in:
parent
fd3c93a8d4
commit
edc7fad925
|
@ -22,8 +22,12 @@ jobs:
|
|||
os: ubuntu-latest
|
||||
- target: x86_64-unknown-linux-musl
|
||||
os: ubuntu-latest
|
||||
- target: aarch64-apple-darwin
|
||||
os: macos-latest
|
||||
- target: x86_64-apple-darwin
|
||||
os: macos-latest
|
||||
- target: aarch64-pc-windows-msvc
|
||||
os: windows-latest
|
||||
- target: x86_64-pc-windows-msvc
|
||||
os: windows-latest
|
||||
runs-on: ${{ matrix.os }}
|
||||
|
@ -32,6 +36,7 @@ jobs:
|
|||
- uses: taiki-e/upload-rust-binary-action@v1
|
||||
with:
|
||||
bin: srv
|
||||
archive: $bin-$tag-$target
|
||||
target: ${{ matrix.target }}
|
||||
tar: unix
|
||||
zip: windows
|
||||
|
|
Loading…
Reference in New Issue