From cb133b4e1e1de3608ff07eb54da80334ca8a88d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Mart=C3=AD?= Date: Sun, 5 Apr 2020 21:56:53 +0100 Subject: [PATCH] CI: stop building linux/arm/v6 docker images Go's debian-based docker images don't support that platform. I doubt there are many docker users on armv6. The few who might be affected can probably download a binary, or spend ten seconds to do a build. We used to use the alpine-based image, but that lacks git, so the builds required extra work. That seems like a good change we don't want to lose. --- .github/workflows/test.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2444295fe..6625eff70 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -75,7 +75,6 @@ jobs: DOCKER_PLATFORMS: > linux/386 linux/amd64 - linux/arm/v6 linux/arm/v7 linux/arm64/v8 linux/ppc64le