mirror of
https://github.com/zadam/trilium.git
synced 2025-10-20 07:08:55 +02:00
Add comments explaining exclude/include matrix configuration
This commit is contained in:
parent
a274da80b7
commit
dbad13c4e2
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -30,10 +30,12 @@ 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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user