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 55754be commit fcb235bCopy full SHA for fcb235b
.github/workflows/release.yml
@@ -134,6 +134,8 @@ jobs:
134
include:
135
- build: 'x64'
136
os: ubuntu-22.04
137
+ - 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'
141
# os: ubuntu-22.04-arm
0 commit comments