Skip to content

Commit 7732783

Browse files
authored
Merge pull request #11 from gren-lang/linux-arm64
Add Linux Arm64 as a supported platform.
2 parents e2709b7 + cc83eef commit 7732783

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/Compiler/Backend.gren

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,9 @@ downloadUrl version platform cpuArch =
7777
{ platform = Node.Linux, cpuArch = Node.X64 } ->
7878
Just "gren_linux"
7979

80+
{ platform = Node.Linux, cpuArch = Node.Arm64 } ->
81+
Just "gren_linux_aarch64"
82+
8083
_ ->
8184
Nothing
8285
in

0 commit comments

Comments
 (0)