apple / pkl

A configuration as code language with rich validation and tooling.
https://pkl-lang.org
Apache License 2.0
9.85k stars 258 forks source link

Don't install GraalVM for an architecture that can't be built #452

Closed bioball closed 2 months ago

bioball commented 2 months ago

Fixes an issue where native builds will try to install GraalVM for the wrong architecture.

Closes #450