We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e2709b7 + cc83eef commit 7732783Copy full SHA for 7732783
1 file changed
src/Compiler/Backend.gren
@@ -77,6 +77,9 @@ downloadUrl version platform cpuArch =
77
{ platform = Node.Linux, cpuArch = Node.X64 } ->
78
Just "gren_linux"
79
80
+ { platform = Node.Linux, cpuArch = Node.Arm64 } ->
81
+ Just "gren_linux_aarch64"
82
+
83
_ ->
84
Nothing
85
in
0 commit comments