Commit Graph

12 Commits

Author SHA1 Message Date
Xiaoxuan Wang 8d34698a59
bump: add oras v1.2.3 to setup-oras (#95)
Signed-off-by: Xiaoxuan Wang <xiaoxuanwang@microsoft.com>
Co-authored-by: Xiaoxuan Wang <xiaoxuanwang@microsoft.com>
2025-04-29 15:54:02 +08:00
Xiaoxuan Wang 5c0b487ce3
bump: add oras v1.2.1, v1.2.2 to setup-oras (#77)
Add v1.2.1 and v1.2.2 to setup-oras

---------

Signed-off-by: Xiaoxuan Wang <xiaoxuanwang@microsoft.com>
2025-01-20 17:01:44 +08:00
Xiaoxuan Wang 0c0dc1900f
chore(deps): bump @actions/tool-cache from 2.0.1 to 2.0.2 (#76)
Bumps
[@actions/tool-cache](https://github.com/actions/toolkit/tree/HEAD/packages/tool-cache)
from 2.0.1 to 2.0.2.

Should fix PR #75

Signed-off-by: Xiaoxuan Wang <xiaoxuanwang@microsoft.com>
Co-authored-by: Xiaoxuan Wang <xiaoxuanwang@microsoft.com>
2025-01-20 15:52:46 +08:00
Xiaoxuan Wang 32b3f790dd
chore(deps): Bump typescript from 5.6.3 to 5.7.2 (#72)
Updating the TS version. 
Related to #68

Signed-off-by: Xiaoxuan Wang <xiaoxuanwang@microsoft.com>
2025-01-07 15:01:39 +08:00
Billy Zha 9c92598691
chore(deps): bump @actions/core and @vercel/ncc (#62)
Signed-off-by: Billy Zha <jinzha1@microsoft.com>
2024-10-21 14:36:22 +08:00
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
Billy Zha 03c94b448c
chore(deps): Bump (#41)
Bumps @actions/core from 1.10.0 to 1.10.1 and typescript from 5.2.2 to
5.5.3.

Closes #33, closes #39.

---------

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Billy Zha <jinzha1@microsoft.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-05 15:10:26 +08:00
Xiaoxuan Wang 339758d383
bump: add oras v1.2.0 to setup-oras (#28)
Resolves #29

---------

Signed-off-by: Xiaoxuan Wang <wangxiaoxuan119@gmail.com>
2024-06-06 11:29:24 +08:00
Xiaoxuan Wang e7fdc53992
feat: support downloading from customized url (#27)
resolves #24

---------

Signed-off-by: Xiaoxuan Wang <wangxiaoxuan119@gmail.com>
2024-06-05 14:57:15 +08:00
Billy Zha 5810f5f520
chore: add 1.0.0 as a viable version (#20)
This PR adds 1.0.0 back

Signed-off-by: Billy Zha <jinzha1@microsoft.com>
2023-09-13 15:02:25 +08:00
Billy Zha 1aa9a00ef8
refactor: revamp setup action with typescript (#18)
This PR revamps setup action with typescript and 
1) add a new job to verify `dist` folder complication
2) update viable version to 1.1.0 and 1.0.1

---------

Signed-off-by: Billy Zha <jinzha1@microsoft.com>
2023-09-08 16:01:37 +08:00
Shiwei Zhang 550c1b01de
feat: implement setup-oras (#1)
Implement setup-oras as a JavaScript action

Resolves: https://github.com/oras-project/oras/issues/744
Signed-off-by: Shiwei Zhang <shizh@microsoft.com>
2023-01-21 01:05:00 +08:00