From: sigoden Date: Wed, 29 Jun 2022 02:58:03 +0000 (+0800) Subject: chore: remove aarch64-linux-android platform X-Git-Url: https://git.ozva.co.uk/?a=commitdiff_plain;h=542e9a4ec5f887db53bc6a7a4d3c8780fed3fab0;p=ozva-cloud chore: remove aarch64-linux-android platform --- diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index b8d0ebd..de9879e 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -26,10 +26,6 @@ jobs: os: windows-latest use-cross: true cargo-flags: "--no-default-features" - - target: aarch64-linux-android - os: ubuntu-latest - use-cross: true - cargo-flags: "" - target: x86_64-apple-darwin os: macos-latest cargo-flags: ""