Skip to content

Add Linux Arm64 as a supported platform.#11

Merged
blaix merged 1 commit intomainfrom
linux-arm64
Apr 8, 2026
Merged

Add Linux Arm64 as a supported platform.#11
blaix merged 1 commit intomainfrom
linux-arm64

Conversation

@blaix
Copy link
Copy Markdown
Contributor

@blaix blaix commented Apr 8, 2026

The github action for the compiler repo now builds this artifact.

Tested on nixos running on an m1 mac, building and running the compiler pointed at this branch locally:

❯ uname -sm
Linux aarch64
❯ nix run nixpkgs#gren -- make Main --output=app
Success! Compiled 17 modules.

    Main ───> app

❯ node ./app --version
Compiler not found at /home/justin/.cache/gren/0.6.5/bin/gren. Downloading...
Downloaded
0.6.5
❯ node ./app --version
0.6.5

The github action for the compiler repo now builds this artifact.

Tested on nixos running on an m1 mac:

```
❯ uname -sm
Linux aarch64
❯ nix run nixpkgs#gren -- make Main --output=app
Success! Compiled 17 modules.

    Main ───> app

❯ node ./app --version
Compiler not found at /home/justin/.cache/gren/0.6.5/bin/gren. Downloading...
Downloaded
0.6.5
❯ node ./app --version
0.6.5
```
@blaix blaix requested a review from robinheghan April 8, 2026 02:25
@blaix blaix merged commit 7732783 into main Apr 8, 2026
2 checks passed
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.

2 participants