From 9056ea6bd922bb79227f71aa073f32d55e80b715 Mon Sep 17 00:00:00 2001 From: Alexey Pustovalov Date: Fri, 29 Aug 2025 11:55:52 +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 e772d21b4..f12d77389 100644 --- a/build.json +++ b/build.json @@ -23,7 +23,7 @@ "ubuntu": [ "linux/amd64", "linux/arm64", - "linux/s390x" + "linux/ppc64le" ] }, "os-windows": {