Update .forgejo/workflows/tfclient.yml
/ build (push) Successful in 2m0s Details
/ build_arm64 (push) Failing after 1m55s Details
/ build_win64 (push) Has been cancelled Details
/ build_x64 (push) Has been cancelled Details

This commit is contained in:
core 2023-10-10 17:42:36 -04:00 committed by e3team Git Services
parent 6cebc0cef0
commit 45c8ad5913
Signed by: e3team Git Services
GPG Key ID: 997B1E1ADD663479
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ jobs:
uses: https://github.com/actions-rs/cargo@v1
with:
command: build
args: --release --bin tfclient
args: --release --bin tfclient --target aarch64-unknown-linux-gnu
- name: Upload binary
run: sshpass -p "${{ secrets.TRIFID_DLCDN_PASSWORD }}" rsync --mkpath -e 'ssh -p ${{ secrets.TRIFID_DLCDN_PORT }} -o StrictHostKeyChecking=no' target/release/tfclient ${{ secrets.TRIFID_DLCDN_USER }}@${{ secrets.TRIFID_DLCDN_IP }}:${{ secrets.TRIFID_DLCDN_PATH }}/tfclient/arm64/$GITHUB_SHA/tfclient
build_win64: