From 436f209bce9e0bf0415bfb069413a4aef43e9fa2 Mon Sep 17 00:00:00 2001 From: Alexey Pustovalov Date: Sun, 8 Dec 2024 15:21:26 +0900 Subject: [PATCH] Removed riscv64 arch --- build.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/build.json b/build.json index 224c4737c..11fcd75e9 100644 --- a/build.json +++ b/build.json @@ -6,8 +6,7 @@ "linux/arm/v7", "linux/arm64", "linux/s390x", - "linux/ppc64le", - "linux/riscv64" + "linux/ppc64le" ], "centos": [ "linux/amd64", @@ -25,8 +24,7 @@ "linux/amd64", "linux/arm/v7", "linux/arm64", - "linux/s390x", - "linux/riscv64" + "linux/s390x" ] }, "os-windows": {