mirror of
https://github.com/jlengrand/Maestro.git
synced 2026-03-10 08:31:19 +00:00
The bundled fpm (used to create .deb/.rpm packages) is x86-only and cannot execute on ARM64 runners. This caused v0.12.0 ARM64 packages to be incomplete/broken with missing pty.node native module. - Install fpm natively via Ruby gems on ARM64 runner - Set USE_SYSTEM_FPM=true to use system fpm instead of bundled x86 - Add verification step to ensure pty.node is in unpacked resources Fixes #95