mirror of
https://github.com/actions/setup-node.git
synced 2026-01-24 07:51:45 +00:00
Merge a5a46b4a0e7da12fdc9b7973ee99787a26cb296c into 6044e13b5dc448c55e2357c09f80417699197238
This commit is contained in:
commit
f7c93477b7
2
dist/setup/index.js
vendored
2
dist/setup/index.js
vendored
@ -54413,6 +54413,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