|
|
|
@ -20,14 +20,13 @@ jobs: |
|
|
|
- uses: actions-rs/toolchain@v1 |
|
|
|
- uses: actions-rs/toolchain@v1 |
|
|
|
with: |
|
|
|
with: |
|
|
|
toolchain: stable |
|
|
|
toolchain: stable |
|
|
|
target: ${{ matrix.target }} |
|
|
|
|
|
|
|
override: true |
|
|
|
override: true |
|
|
|
- uses: actions-rs/cargo@v1 |
|
|
|
- uses: actions-rs/cargo@v1 |
|
|
|
with: |
|
|
|
with: |
|
|
|
use-cross: true |
|
|
|
use-cross: true |
|
|
|
command: build |
|
|
|
command: build |
|
|
|
args: --release --bin boringtun-cli --all-features |
|
|
|
args: --release --bin boringtun-cli --all-features |
|
|
|
|
|
|
|
target: ${{ matrix.target }} |
|
|
|
- name: Archives boringtun-cli |
|
|
|
- name: Archives boringtun-cli |
|
|
|
run: | |
|
|
|
run: | |
|
|
|
tar czvf boringtun-cli_${{ matrix.target }}.tar.gz ./target/release/boringtun-cli |
|
|
|
tar czvf boringtun-cli_${{ matrix.target }}.tar.gz ./target/release/boringtun-cli |
|
|
|
|