From 795e89e5570ea1b9a70b8b9f4a83b70ca26d7762 Mon Sep 17 00:00:00 2001 From: Alexey Pustovalov Date: Thu, 24 Jul 2025 17:26:52 +0900 Subject: [PATCH] Fixed PostgreSQL 17 on Ubuntu images --- 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": {