mirror of
https://github.com/hiddify/hiddify-next.git
synced 2026-06-11 21:01:33 +08:00
fix: update build matrix to include Android and Windows targets
This commit is contained in:
parent
2fe80595ce
commit
0b95d9b774
44
.github/workflows/build.yml
vendored
44
.github/workflows/build.yml
vendored
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user