-
Notifications
You must be signed in to change notification settings - Fork 3k
Minor doc change proposals for getting started guides #1174
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Found a incorrect reference to the executable. Clarify the notion of executable tailored for the local OS.
PR for #1171 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me except for a minor comment.
Feel free to ignore and merge if you think it's not worth it.
Because the Docker container may not use the same _executable_ format as the one produced by default, we must instruct the Maven build to produce an | ||
executable from inside a Docker container: | ||
|
||
By default, the native image is tailored for your operating system (Windows, macOS etc). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should it be Linux, macOS? Considering you can't build native images for Windows right now.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Isn't it in beta? On the readme it's written "Building images on Windows is still experimental."
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't know: they don't provide binaries here: https://www.graalvm.org/downloads/ .
I just think that we should talk about Linux first anyway.
But it's a detail, feel free to merge it as is.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
year I was future proofing.
No description provided.