Don't release android for now

pull/467/head
Arijit Basu 2 years ago
parent b0af9d7f69
commit 68ae6f5265
No known key found for this signature in database
GPG Key ID: 0F8EF5258DC38077

@ -36,15 +36,17 @@ jobs:
target: x86_64-unknown-linux-musl target: x86_64-unknown-linux-musl
binary_postfix: '' binary_postfix: ''
- os: ubuntu-latest # Will see later
artifact_prefix: x86_64-android
target: x86_64-linux-android # - os: ubuntu-latest
binary_postfix: '' # artifact_prefix: x86_64-android
# target: x86_64-linux-android
- os: ubuntu-latest # binary_postfix: ''
artifact_prefix: aarch64-android #
target: aarch64-linux-android # - os: ubuntu-latest
binary_postfix: '' # artifact_prefix: aarch64-android
# target: aarch64-linux-android
# binary_postfix: ''
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2

Loading…
Cancel
Save