railwayapp / nixpacks

App source + Nix packages + Docker = Image
https://nixpacks.com
MIT License
2.47k stars 232 forks source link

GraalVM Nixpacks #961

Open avollmaier opened 12 months ago

avollmaier commented 12 months ago

Feature request

GraalVM has gained significant popularity as a high-performance, polyglot runtime for various languages. To support the seamless integration of GraalVM into the Cloud Native ecosystem, it's essential to develop GraalVM Nixpacks.

Motivation

GraalVM offers two significant advantages: it provides superior performance through ahead-of-time compilation, enabling faster execution of applications, and it supports multiple languages, allowing developers to write polyglot applications with ease, all within a single runtime environment.

Contribution

No response

LiveNathan commented 1 month ago

There are already buildpacks available for GraalVM, so this should be pretty easy, no?

arielhernandezcl commented 1 week ago

GraalVM is being used quite a bit, in the vast majority of frameworks the use of GraalVM and native image has been greatly improved, which is why it is necessary to add support for this in nixpacks.