From 0b95d9b77439d78b95d8be4e31496c3e73fdcd08 Mon Sep 17 00:00:00 2001 From: hiddify <114227601+hiddify-com@users.noreply.github.com> Date: Sat, 14 Feb 2026 14:21:35 +0330 Subject: [PATCH] fix: update build matrix to include Android and Windows targets --- .github/workflows/build.yml | 44 ++++++++++++++++++------------------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 32cfa0b5..beb69aa6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -62,29 +62,29 @@ jobs: fail-fast: false matrix: include: - # - platform: android-apk - # os: ubuntu-latest - # targets: apk + - platform: android-apk + os: ubuntu-latest + targets: apk - # - platform: android-aab - # os: ubuntu-latest - # targets: aab + - platform: android-aab + os: ubuntu-latest + targets: aab - # - platform: windows - # os: windows-latest - # aarch: amd64 - # targets: exe,msix,zip + - platform: windows + os: windows-latest + aarch: amd64 + targets: exe,msix,zip - # - platform: linux-amd64 - # os: ubuntu-22.04 - # aarch: amd64 - # targets: deb,gz - - - platform: linux-arm64 - os: ubuntu-24.04-arm - aarch: arm64 + - platform: linux-amd64 + os: ubuntu-22.04 + aarch: amd64 targets: deb,gz + # - platform: linux-arm64 + # os: ubuntu-24.04-arm + # aarch: arm64 + # targets: deb,gz + # - platform: linux-amd64-musl # os: ubuntu-22.04 # aarch: amd64 @@ -95,10 +95,10 @@ jobs: # aarch: arm64 # targets: deb,gz - # - platform: macos - # os: macos-15 - # aarch: universal - # targets: dmg,pkg + - platform: macos + os: macos-15 + aarch: universal + targets: dmg,pkg # - platform: ios # os: macos-14