setup-oras/src
Magnus Kulke 2a4cd09fbf
fix: s390x architecture is not handled (#57)
The project releases s390x binaries (64bit), but not s390 (31bit). Node
reports a s390x runner correctly as "s390x", so instllations will fail
on this platform.

https://nodejs.org/api/os.html#osarch

Hence the s390 arch case has been changed to the s390x.

Signed-off-by: Magnus Kulke <magnuskulke@microsoft.com>
2024-10-21 13:54:33 +08:00
..
lib fix: s390x architecture is not handled (#57) 2024-10-21 13:54:33 +08:00
setup.ts feat: support downloading from customized url (#27) 2024-06-05 14:57:15 +08:00