From 7be845d3c755295478921097e0fb0808cc2da462 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 560faa8a9..9975457e6 100644 --- a/build.json +++ b/build.json @@ -3,7 +3,6 @@ "alpine": [ "linux/386", "linux/amd64", - "linux/arm/v6", "linux/arm/v7", "linux/arm64", "linux/s390x"