Skip to content
This repository has been archived by the owner on Mar 11, 2024. It is now read-only.

Build linux arm64 package #134

Closed
wants to merge 2 commits into from
Closed

Build linux arm64 package #134

wants to merge 2 commits into from

Conversation

nop33
Copy link
Member

@nop33 nop33 commented Feb 28, 2022

Related to #115

I managed to build a linux arm64 package with:

npm run build && npx electron-builder -l --arm64

Then, I installed Debian 10.4 (LDXE) using the UTM software on my M1 mac and installed the alephium-wallet_1.1.0_arm64.deb package:

Screenshot 2022-02-28 at 16 57 05

@nop33 nop33 force-pushed the support-arm64-linux branch from 7c716e2 to 0c370c2 Compare February 28, 2022 16:34
@nop33
Copy link
Member Author

nop33 commented Mar 1, 2022

I don't understand why the CI is not running the last 2 tests... After waiting for 15h I canceled them and re-triggering them, but they keep being stuck at "Queued"...

@nop33
Copy link
Member Author

nop33 commented Mar 1, 2022

I don't understand why the CI is not running the last 2 tests... After waiting for 15h I canceled them and re-triggering them, but they keep being stuck at "Queued"...

The reason was that the OS list was also being used to define the GitHub's runner OS:

runs-on: ${{ matrix.os }}

My experiment above worked because I built the Debian ARM64 package using my M1 MacBook which also is ARM64. But since GitHub Runners do not support at the moment an ARM64 Linux OS, more research needs to be done to manage to build an ARM64 artifact on an ARM64 Runner.

@mvaivre
Copy link
Member

mvaivre commented Mar 2, 2022

Closing it for now.

@mvaivre mvaivre closed this Mar 2, 2022
@nop33 nop33 deleted the support-arm64-linux branch January 4, 2023 18:06
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants