-
Notifications
You must be signed in to change notification settings - Fork 28
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
Ability to use a custom distribution URL #60
Comments
Adds a `distribution_url` property to the action, which overrides the download URL unconditionally. It is up to the caller to provide an archive which works on their Github Actions runner; there is no way (at this time) to vary the distribution URL by architecture or OS. - feat: add `distribution_url` input option - feat: honor `distribution_url` in all branches - chore: update docs with `distribution_url` info Fixes and closes graalvm#60
Adds a `distribution_url` property to the action, which overrides the download URL unconditionally. It is up to the caller to provide an archive which works on their Github Actions runner; there is no way (at this time) to vary the distribution URL by architecture or OS. - feat: add `distribution_url` input option - feat: honor `distribution_url` in all branches - chore: update docs with `distribution_url` info Fixes and closes graalvm#60 Signed-off-by: Sam Gammon <[email protected]>
Thank you! Generally, I'm not against |
Hey there GraalVM team,
I'm testing against GVM
master
for a few bugs which are anticipated to be fixed in the upcoming Sept release. While I could figure out how to use adev
release, I couldn't find a way to use a custom distribution URL (in case testing needs to be done against a completely custom GVM distribution).I wanted to humbly request a way to do this, and I intend to offer a PR as well shortly.
The text was updated successfully, but these errors were encountered: