From 1e1361ad01dc2efd6245bd39de8dfc7e20819a99 Mon Sep 17 00:00:00 2001 From: Alexey Pustovalov Date: Tue, 5 Mar 2024 13:56:02 +0900 Subject: [PATCH] RHEL build multiarch (test) --- build.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/build.json b/build.json index c965bf123..9c9445aab 100644 --- a/build.json +++ b/build.json @@ -18,8 +18,10 @@ "linux/arm64" ], "rhel": [ - "X64", - "ARM64" + "linux/amd64", + "linux/arm64", + "linux/ppc64le", + "linux/s390x" ], "ubuntu": [ "linux/amd64",