wire-desktop icon indicating copy to clipboard operation
wire-desktop copied to clipboard

feat: Added the ablity to select target architecture for linux builds

Open e-lisa opened this issue 1 year ago • 1 comments


PR Submission Checklist for internal contributors

  • The PR Title

    • [x] conforms to the style of semantic commits messages¹ supported in Wire's Github Workflow²
    • [ ] contains a reference JIRA issue number like SQPIT-764
    • [x] answers the question: If merged, this PR will: ... ³
  • The PR Description

    • [x] is free of optional paragraphs and you have filled the relevant parts to the best of your ability

What's new in this PR?

Issues

Cannot select build architecture for Linux builds.

Causes (Optional)

Build script does not allow for setting of the build architecture, it is hard-coded to "x64"

Solutions

Allow architecture to be specified at the command-line via a new variable $ARCH. Possible values for ARCH are documented here: https://www.electron.build/electron-builder.enumeration.arch

e-lisa avatar Oct 22 '24 19:10 e-lisa