From f0867af0092f30cf07f33da394d1214c925c45d9 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Tue, 22 Jun 2021 00:57:13 +0200 Subject: [PATCH] ci: reduce the number of docker images to maintain If people want more, they will tell us. --- .github/workflows/ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 04b576d3..1c5bf79f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -100,9 +100,6 @@ jobs: platforms: | linux/amd64 linux/arm64 - linux/ppc64le - linux/i386 - linux/arm/v7 linux/arm/v6 push: true tags: ${{ steps.meta.outputs.tags }} -- 2.39.5