From f50ab224a58b3ea4c93fb7248afbdbaeb3f0b597 Mon Sep 17 00:00:00 2001 From: Alexey Pustovalov Date: Thu, 31 Jul 2025 17:59:37 +0900 Subject: [PATCH] Removed s390x and added ppc64le for Ubuntu --- build.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.json b/build.json index 127fc5794..21a3bb6ce 100644 --- a/build.json +++ b/build.json @@ -23,7 +23,7 @@ "ubuntu": [ "linux/amd64", "linux/arm64", - "linux/s390x" + "linux/ppc64le" ] }, "os-windows": {