chg: add x64 to the name

This commit is contained in:
Hiddify
2023-08-20 10:03:29 +00:00
parent c0af4c9f23
commit 53a0b68de1
2 changed files with 19 additions and 16 deletions

View File

@@ -25,11 +25,12 @@ jobs:
aarch: amd64
targets: exe
target: windows-x64
- platform: windows
os: windows-latest
aarch: 386
targets: exe
target: windows-x86
# - platform: windows
# os: windows-latest
# aarch: 386
# targets: exe
# target: windows-x86
# - platform: linux
# os: ubuntu-latest
@@ -40,17 +41,19 @@ jobs:
os: macos-11
aarch: universal
targets: dmg
target: macos-universal
- platform: linux
os: ubuntu-latest
aarch: amd64
targets: AppImage
target: linux-x64
- platform: linux
os: ubuntu-latest
aarch: 386
targets: AppImage
target: linux-x86
# - platform: linux
# os: ubuntu-latest
# aarch: 386
# targets: AppImage
# target: linux-x86
runs-on: ${{ matrix.os }}
steps: