chore(ci): apply platform changes for nightly

See https://github.com/TriliumNext/Trilium/pull/7002/files
This commit is contained in:
Elian Doran 2025-11-30 18:41:39 +02:00
parent a7ad45635e
commit 80ce2c04ed
No known key found for this signature in database

View File

@ -45,6 +45,19 @@ jobs:
image: win-signing
shell: cmd
forge_platform: win32
# Exclude ARM64 Linux from default matrix to use native runner
exclude:
- arch: arm64
os:
name: linux
# Add ARM64 Linux with native ubuntu-24.04-arm runner for better-sqlite3 compatibility
include:
- arch: arm64
os:
name: linux
image: ubuntu-24.04-arm
shell: bash
forge_platform: linux
runs-on: ${{ matrix.os.image }}
steps:
- uses: actions/checkout@v6