setup-oras/dist
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
..
README.md refactor: revamp setup action with typescript (#18) 2023-09-08 16:01:37 +08:00
index.js fix: s390x architecture is not handled (#57) 2024-10-21 13:54:33 +08:00
licenses.txt feat: implement setup-oras (#1) 2023-01-21 01:05:00 +08:00

README.md

Publishing

The content in this dist folder is auto-generated by

npm run build

and is not meant to be edited manually.