Skip to content

Commit ab95914

Browse files
committed
workflows: Install oras for IBM Actions Z runners
This is a follow-up PR for confidential-containers#1375 as a CI error was observed due to lack of oras while publishing artifacts. Install the package for IBM Actions Z runners as well. Signed-off-by: Hyounggyu Choi <Hyounggyu.Choi@ibm.com>
1 parent b5a3714 commit ab95914

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/publish-artifacts.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ jobs:
5252
- uses: oras-project/setup-oras@22ce207df3b08e061f537244349aac6ae1d214f6 # v1.2.4
5353
with:
5454
version: 1.2.0
55-
if: matrix.platform.arch != 's390x'
5655

5756
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
5857

@@ -129,7 +128,7 @@ jobs:
129128
instance: ubuntu-24.04
130129
- arch: s390x
131130
libc: gnu
132-
instance: s390x
131+
instance: ubuntu-24.04-s390x
133132
- arch: aarch64
134133
libc: gnu
135134
instance: ubuntu-24.04-arm
@@ -158,7 +157,6 @@ jobs:
158157
- uses: oras-project/setup-oras@22ce207df3b08e061f537244349aac6ae1d214f6 # v1.2.4
159158
with:
160159
version: 1.2.0
161-
if: matrix.arch != 's390x'
162160

163161
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
164162

0 commit comments

Comments
 (0)