graalvm / setup-graalvm

GitHub Action for setting up GraalVM distributions.
https://www.graalvm.org
Universal Permissive License v1.0
195 stars 28 forks source link

Add `distribution_url` property to override download URL #61

Open sgammon opened 1 year ago

sgammon commented 1 year ago

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.

Fixes and closes graalvm/setup-graalvm#60.