From b05f3943f403fc28eeca2e3f9658c9b7e38693f1 Mon Sep 17 00:00:00 2001 From: Alexey Pustovalov Date: Thu, 17 Jul 2025 10:58:04 +0900 Subject: [PATCH] Fixed PostgreSQL 17 on Ubuntu images --- build.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build.json b/build.json index fc5eecb7d..127fc5794 100644 --- a/build.json +++ b/build.json @@ -23,8 +23,7 @@ "ubuntu": [ "linux/amd64", "linux/arm64", - "linux/s390x", - "linux/riscv64" + "linux/s390x" ] }, "os-windows": {