mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-23 17:18:32 +02:00
Try building Windows ARM too
This commit is contained in:
9
.github/workflows/release.yml
vendored
9
.github/workflows/release.yml
vendored
@@ -25,9 +25,12 @@ jobs:
|
|||||||
- platform: 'ubuntu-22.04-arm'
|
- platform: 'ubuntu-22.04-arm'
|
||||||
args: ''
|
args: ''
|
||||||
yaak_arch: 'arm64'
|
yaak_arch: 'arm64'
|
||||||
- platform: 'windows-latest'
|
- platform: 'windows-2025'
|
||||||
args: ''
|
args: ''
|
||||||
yaak_arch: 'x64'
|
yaak_arch: 'x64'
|
||||||
|
- platform: 'windows-11-arm'
|
||||||
|
args: ''
|
||||||
|
yaak_arch: 'arm64'
|
||||||
runs-on: ${{ matrix.platform }}
|
runs-on: ${{ matrix.platform }}
|
||||||
timeout-minutes: 40
|
timeout-minutes: 40
|
||||||
steps:
|
steps:
|
||||||
@@ -50,7 +53,7 @@ jobs:
|
|||||||
cache-on-failure: true
|
cache-on-failure: true
|
||||||
|
|
||||||
- name: install dependencies (Linux only)
|
- name: install dependencies (Linux only)
|
||||||
if: startsWith(matrix.platform, 'ubuntu-') # This matches any Ubuntu platform
|
if: startsWith(matrix.platform, 'ubuntu-')
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt-get install -y libwebkit2gtk-4.1-dev libappindicator3-dev librsvg2-dev patchelf xdg-utils
|
sudo apt-get install -y libwebkit2gtk-4.1-dev libappindicator3-dev librsvg2-dev patchelf xdg-utils
|
||||||
@@ -61,7 +64,7 @@ jobs:
|
|||||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
- name: Install trusted-signing-cli (Windows only)
|
- name: Install trusted-signing-cli (Windows only)
|
||||||
if: matrix.platform == 'windows-latest'
|
if: startsWith(matrix.platform, 'windows-')
|
||||||
shell: pwsh
|
shell: pwsh
|
||||||
run: |
|
run: |
|
||||||
$ErrorActionPreference = 'Stop'
|
$ErrorActionPreference = 'Stop'
|
||||||
|
|||||||
Reference in New Issue
Block a user