We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0da565e commit 008ddacCopy full SHA for 008ddac
.github/workflows/release.yml
@@ -134,7 +134,7 @@ jobs:
134
include:
135
- build: 'x64'
136
os: ubuntu-22.04
137
- - build: 's390x' # z15 because our CI runners are on z15
+ - build: 's390x-z15' # z15 because our CI runners are on z15
138
os: ubuntu-22.04-s390x
139
# GGML_BACKEND_DL and GGML_CPU_ALL_VARIANTS are not currently supported on arm
140
# - build: 'arm64'
@@ -164,7 +164,7 @@ jobs:
164
- name: Build
165
id: cmake_build
166
run: |
167
- if [ "${{ matrix.build }}" = "s390x" ]; then
+ if [ "${{ matrix.build }}" = "s390x-z15" ]; then
168
cmake -B build \
169
-DCMAKE_INSTALL_RPATH='$ORIGIN' \
170
-DCMAKE_BUILD_WITH_INSTALL_RPATH=ON \
0 commit comments