From: Aaron Teo Date: Sun, 19 Oct 2025 10:37:47 +0000 (+0800) Subject: ci: include s390x release binaries (#16648) X-Git-Tag: upstream/0.0.7011~214 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=fcb235b46618921cbd826acd49b553b5302233aa;p=pkg%2Fggml%2Fsources%2Fllama.cpp ci: include s390x release binaries (#16648) Signed-off-by: Aaron Teo --- diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2ad38115..cab3ba9e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -134,6 +134,8 @@ jobs: include: - build: 'x64' os: ubuntu-22.04 + - build: 's390x-z15' # z15 because our CI runners are on z15 + os: ubuntu-22.04-s390x # GGML_BACKEND_DL and GGML_CPU_ALL_VARIANTS are not currently supported on arm # - build: 'arm64' # os: ubuntu-22.04-arm