From a297bfe27741131b4e49364c83d9690d22aba64b Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Mon, 16 Nov 2020 22:10:41 +0100 Subject: [PATCH] Revert "Bring back s390x Docker image platform support (#225)" This reverts commit eed8570bef457ce8bb50e93f926e58ea9badd1fc. --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6069a228..65fe18b2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -116,7 +116,7 @@ jobs: with: context: . file: ./Dockerfile - platforms: linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64,linux/386,linux/ppc64le,linux/s390x + platforms: linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64,linux/386,linux/ppc64le push: ${{ github.event_name != 'pull_request' }} tags: ${{ steps.docker_meta.outputs.tags }} build-args: |