mirror of
https://gitea.com/actions/setup-node.git
synced 2025-04-21 16:25:39 +08:00
Merge a5a46b4a0e7da12fdc9b7973ee99787a26cb296c into eff380dfbcf941bf8832e4acb788cebe13dfd758
This commit is contained in:
commit
23ed58bedf
2
dist/setup/index.js
vendored
2
dist/setup/index.js
vendored
@ -93802,6 +93802,8 @@ class BaseDistribution {
|
||||
switch (arch) {
|
||||
case 'arm':
|
||||
return 'armv7l';
|
||||
case 'ppc64':
|
||||
return 'ppc64le';
|
||||
default:
|
||||
return arch;
|
||||
}
|
||||
|
@ -308,6 +308,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