From dc2c5e01bac31f2e9a48a6c63b3760f6b5d6b43e Mon Sep 17 00:00:00 2001 From: hiddify-com <114227601+hiddify-com@users.noreply.github.com> Date: Fri, 31 May 2024 23:33:01 +0200 Subject: [PATCH] temporary disbale apk build --- .github/workflows/build.yml | 46 ++++++++++++++++++------------------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 678183c2..3e7702e3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -59,34 +59,34 @@ jobs: fail-fast: false matrix: include: - - platform: android-apk - os: ubuntu-latest - targets: apk - - # - platform: android-aab + # - platform: android-apk # os: ubuntu-latest - # targets: aab + # targets: apk - # - platform: windows - # os: windows-2019 - # aarch: amd64 - # targets: exe,msix + - platform: android-aab + os: ubuntu-latest + targets: aab - # - platform: linux - # os: ubuntu-22.04 - # aarch: amd64 - # targets: AppImage,deb,rpm + - platform: windows + os: windows-2019 + aarch: amd64 + targets: exe,msix - # - platform: macos - # os: macos-13 - # aarch: universal - # targets: dmg,pkg + - platform: linux + os: ubuntu-22.04 + aarch: amd64 + targets: AppImage,deb,rpm + + - platform: macos + os: macos-13 + aarch: universal + targets: dmg,pkg - # - platform: ios - # os: macos-13 - # aarch: universal - # filename: hiddify-ios - # targets: ipa + - platform: ios + os: macos-13 + aarch: universal + filename: hiddify-ios + targets: ipa runs-on: ${{ matrix.os }} steps: - name: checkout