Commit Graph

3 Commits

Author SHA1 Message Date
Wes Morgan
7e83eb111a
Simplify osArchToDistributionArch switch statement 2022-08-30 09:06:12 -06:00
Wes Morgan
b090764394
Map temurin arch names to node os.arch() names 2022-08-29 10:37:31 -06:00
Jochen Schalanda
4b1b3d4a82
Add support for Eclipse Temurin (#201)
* Add support for Adoptium OpenJDK

Refs https://github.com/actions/setup-java/issues/191

* Rename distribution to Eclipse Temurin

* Update end-to-end tests in GitHub workflows

* Exclude e2e tests for Temurin JREs for now

* fix version

* Update e2e-versions.yml

* Handle Eclipse Temurin version suffixes ("beta")

* Add test for new version suffix "beta"

* Add updated `index.js`

* fix an issue

Co-authored-by: Maxim Lobanov <maxim-lobanov@github.com>
2021-08-06 13:12:36 +03:00