You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: