fix: setze Windows-Build-Workflow auf manuell und dokumentiere ARM64-Blockade

Signed-off-by: StefanMoCoAt <stefan.mo.co@gmail.com>
This commit is contained in:
2026-05-06 22:36:53 +02:00
parent 9b9f60a071
commit f4fab93a6c
3 changed files with 13 additions and 10 deletions
+5 -4
View File
@@ -1,7 +1,8 @@
name: Feature Build — Windows MSI (via Conveyor)
on:
push:
branches: [ "feature/*" ] # Reagiert auf alle Feature-Branches
workflow_dispatch: # Nur noch manueller Start möglich, da ARM64-Runner inkompatibel
# push:
# branches: [ "feature/*" ] # Deaktiviert wegen ARM64 Exec Format Error
jobs:
package-windows:
@@ -42,8 +43,8 @@ jobs:
- name: Windows .msi mit Conveyor bauen
run: |
# Conveyor baut das MSI direkt auf Linux
# Falls via npm installiert, liegt es im globalen Pfad
# HINWEIS: Erfordert aktuell einen x64-Linux-Runner.
# Schlägt auf ARM64 (Zora) mit 'Exec format error' fehl.
CONVEYOR_BIN=$(which conveyor || echo "$HOME/.conveyor/bin/conveyor")
$CONVEYOR_BIN make windows-msi