Skip to content

Debian builds for ARM64 and Linux x64 #2714

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 19 commits into
base: main
Choose a base branch
from

Conversation

neochaos42
Copy link

Motivation

For debian based systems the most accessible form of packaging is the .deb

Change description

Updates the package.json, post-package.js and build.yml to support debian builds for both ARM64 and x64

Other information

circumvent issues with fpm listed here
electron-userland/electron-builder#5154 (comment)

sudo apt install ruby ruby-dev
sudo gem install fpm

Then when you run your build:

USE_SYSTEM_FPM=true yarn run electron-builder build --linux deb

Reviewer checklist

  • PR addresses a single concern.
  • The PR has no duplicates (please search among the Pull Requests before creating one)
  • PR title and description are properly filled.
  • Docs have been added / updated (for bug fixes / features)

@neochaos42 neochaos42 marked this pull request as draft April 19, 2025 20:25
@neochaos42 neochaos42 marked this pull request as ready for review April 19, 2025 23:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant