From befc7f7c327723b76e44f58fc5b8d75fed584ec5 Mon Sep 17 00:00:00 2001 From: Alexey Pustovalov Date: Thu, 28 Aug 2025 11:35:34 +0900 Subject: [PATCH] Replaced Ubuntu arch according available platforms --- build.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.json b/build.json index 1093ecb00..b3e8a8b12 100644 --- a/build.json +++ b/build.json @@ -22,7 +22,7 @@ "ubuntu": [ "linux/amd64", "linux/arm64", - "linux/s390x" + "linux/ppc64le" ] }, "os-windows": {