diff options
| -rw-r--r-- | .woodpecker/linux.yaml | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/.woodpecker/linux.yaml b/.woodpecker/linux.yaml index b171fe9..33b8c62 100644 --- a/.woodpecker/linux.yaml +++ b/.woodpecker/linux.yaml @@ -38,18 +38,12 @@ steps: - apt update - apt install -y python-is-python3 libtinfo5 gperf - ./build_single.sh x86_64-linux-android -j$(nproc) - - name: i686-linux-android + - name: aarch64-linux-android image: git.mrcyjanek.net/mrcyjanek/debian:bookworm commands: - apt update - apt install -y python-is-python3 libtinfo5 gperf - - ./build_single.sh i686-linux-android -j$(nproc) - # - name: aarch64-linux-android - # image: git.mrcyjanek.net/mrcyjanek/debian:bookworm - # commands: - # - apt update - # - apt install -y python-is-python3 libtinfo5 gperf - # - ./build_single.sh aarch64-linux-android -j$(nproc) + - ./build_single.sh aarch64-linux-android -j$(nproc) - name: arm-linux-androideabi image: git.mrcyjanek.net/mrcyjanek/debian:bookworm commands: @@ -64,6 +58,5 @@ steps: - echo "$${SSH_PRIVKEY}" > ~/.ssh/id_rsa - chmod 700 ~/.ssh - chmod 600 ~/.ssh/id_rsa - - xz -e libbridge/build/libwallet2_api_c.so - rsync --mkpath -e "ssh -o StrictHostKeyChecking=no" -raz release/* $${SSH_HOST}:"$${SSH_BASE_PATH}/$(git describe --tags)/" secrets: [ ssh_privkey, ssh_host, ssh_base_path ]
\ No newline at end of file |
