From 433b3e6a2bce7e0e35c10c104a3ac830b361632d Mon Sep 17 00:00:00 2001 From: Alexey Pustovalov Date: Thu, 21 Jul 2022 18:46:14 +0300 Subject: [PATCH] Removed ARMv6 from available platforms --- build.json | 1 - 1 file changed, 1 deletion(-) diff --git a/build.json b/build.json index 3980f3ba8..137b6b3f0 100644 --- a/build.json +++ b/build.json @@ -2,7 +2,6 @@ "os-linux": { "alpine": [ "linux/amd64", - "linux/arm/v6", "linux/arm/v7", "linux/arm64", "linux/s390x"