Skip to content

Commit

Permalink
CI: stop building linux/arm/v6 docker images
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
mvdan committed Apr 5, 2020
1 parent 936fab7 commit cb133b4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ jobs:
DOCKER_PLATFORMS: >
linux/386
linux/amd64
linux/arm/v6
linux/arm/v7
linux/arm64/v8
linux/ppc64le
Expand Down

0 comments on commit cb133b4

Please sign in to comment.