From 1b2b0f5cf60d34da047049ddb7fadbc14cc6e9ee Mon Sep 17 00:00:00 2001 From: Alexey Pustovalov Date: Wed, 20 Sep 2023 18:33:00 +0900 Subject: [PATCH] Removed support ARMv7 support for Alpine --- build.json | 1 - 1 file changed, 1 deletion(-) diff --git a/build.json b/build.json index 31eb2c5ab..8b3a8e918 100644 --- a/build.json +++ b/build.json @@ -2,7 +2,6 @@ "os-linux": { "alpine": [ "linux/amd64", - "linux/arm/v7", "linux/arm64", "linux/s390x" ],