fix: update build matrix to include Android and Windows targets

This commit is contained in:
hiddify 2026-02-14 14:21:35 +03:30
parent 2fe80595ce
commit 0b95d9b774

View File

@ -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