mirror of
https://github.com/actions/setup-node.git
synced 2025-12-09 14:05:28 +00:00
Merge a5a46b4a0e7da12fdc9b7973ee99787a26cb296c into b9b25d45f70a5d94d88496aa4896bf9ed8f49b67
This commit is contained in:
commit
e83f076611
2
dist/setup/index.js
vendored
2
dist/setup/index.js
vendored
@ -99403,6 +99403,8 @@ class BaseDistribution {
|
||||
switch (arch) {
|
||||
case 'arm':
|
||||
return 'armv7l';
|
||||
case 'ppc64':
|
||||
return 'ppc64le';
|
||||
default:
|
||||
return arch;
|
||||
}
|
||||
|
||||
@ -338,6 +338,8 @@ export default abstract class BaseDistribution {
|
||||
switch (arch) {
|
||||
case 'arm':
|
||||
return 'armv7l';
|
||||
case 'ppc64':
|
||||
return 'ppc64le';
|
||||
default:
|
||||
return arch;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user