-
Notifications
You must be signed in to change notification settings - Fork 283
Open
Labels
Description
Currently, our CI generates GraalVM native images for Linux and macOS.
https://github.com/scalameta/scalafmt/blob/master/.github/workflows/native.yml
It would be nice if we also automaticlly generated a native image on Windows. It looks like GraalVM native-image also works on Windows but it requires a custom environment that I haven't been able to reproduce on GitHub Actions. Example https://dev.to/skhmt/creating-a-native-executable-in-windows-with-graalvm-3g7f