From fcb235b46618921cbd826acd49b553b5302233aa Mon Sep 17 00:00:00 2001 From: Aaron Teo Date: Sun, 19 Oct 2025 18:37:47 +0800 Subject: [PATCH] ci: include s390x release binaries (#16648) Signed-off-by: Aaron Teo --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2ad3811594..cab3ba9e68 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