mirror of
https://github.com/zadam/trilium.git
synced 2025-10-20 15:19:01 +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
|
image: win-signing
|
||||||
shell: cmd
|
shell: cmd
|
||||||
forge_platform: win32
|
forge_platform: win32
|
||||||
|
# Exclude ARM64 Linux from default matrix to use native runner
|
||||||
exclude:
|
exclude:
|
||||||
- arch: arm64
|
- arch: arm64
|
||||||
os:
|
os:
|
||||||
name: linux
|
name: linux
|
||||||
|
# Add ARM64 Linux with native ubuntu-24.04-arm runner for better-sqlite3 compatibility
|
||||||
include:
|
include:
|
||||||
- arch: arm64
|
- arch: arm64
|
||||||
os:
|
os:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user