Skip to content

Add deb package for arm64 #68

@SmartLayer

Description

@SmartLayer

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions