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
binary_postfix: ''
- os: ubuntu-latest
artifact_prefix: x86_64-android
target: x86_64-linux-android
binary_postfix: ''
- os: ubuntu-latest
artifact_prefix: aarch64-android
target: aarch64-linux-android
binary_postfix: ''
# Will see later
# - os: ubuntu-latest
# artifact_prefix: x86_64-android
# target: x86_64-linux-android
# binary_postfix: ''
#
# - os: ubuntu-latest
# artifact_prefix: aarch64-android
# target: aarch64-linux-android
# binary_postfix: ''
steps:
- uses: actions/checkout@v2

Loading…
Cancel
Save