Skip to content

Commit 008ddac

Browse files
committed
devops: forgot the z15 suffix
Signed-off-by: Aaron Teo <[email protected]>
1 parent 0da565e commit 008ddac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ jobs:
134134
include:
135135
- build: 'x64'
136136
os: ubuntu-22.04
137-
- build: 's390x' # z15 because our CI runners are on z15
137+
- build: 's390x-z15' # z15 because our CI runners are on z15
138138
os: ubuntu-22.04-s390x
139139
# GGML_BACKEND_DL and GGML_CPU_ALL_VARIANTS are not currently supported on arm
140140
# - build: 'arm64'
@@ -164,7 +164,7 @@ jobs:
164164
- name: Build
165165
id: cmake_build
166166
run: |
167-
if [ "${{ matrix.build }}" = "s390x" ]; then
167+
if [ "${{ matrix.build }}" = "s390x-z15" ]; then
168168
cmake -B build \
169169
-DCMAKE_INSTALL_RPATH='$ORIGIN' \
170170
-DCMAKE_BUILD_WITH_INSTALL_RPATH=ON \

0 commit comments

Comments
 (0)