-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Description
Currently, to build a deb package for arm64, on an arm64 Linux (in my case, Ubuntu 23.10), one has to run
$ gem install fpm
$ USE_SYSTEM_FPM="true" to npm run dist:deb
this is because the default behaviour is to download fpm binary and execute it, and such downloaded fpm is always in x64 format.
Metadata
Metadata
Assignees
Labels
No labels