mirror of
https://github.com/actions/setup-java.git
synced 2025-04-21 10:26:46 +00:00
Map OS arch to distro arch for other distros
This commit is contained in:
parent
f21b8ec265
commit
0b04eaf6bb
5 changed files with 32 additions and 18 deletions
|
@ -68,7 +68,7 @@ export class CorrettoDistribution extends JavaBase {
|
|||
|
||||
private async getAvailableVersions(): Promise<ICorettoAvailableVersions[]> {
|
||||
const platform = this.getPlatformOption();
|
||||
const arch = this.architecture;
|
||||
const arch = this.distributionArchitecture();
|
||||
const imageType = this.packageType;
|
||||
|
||||
console.time('coretto-retrieve-available-versions');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue