From cba326b80020c621132844d108722941e215876a Mon Sep 17 00:00:00 2001 From: will Farrell Date: Wed, 2 Dec 2020 12:54:34 -0700 Subject: [PATCH] ci: remove platform list --- .github/workflows/build.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9fbfe28..1b5c187 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -37,18 +37,12 @@ jobs: name: Conditional(Set tag as `{version}`) run: echo "tag=willfarrell/crontab:${GITHUB_REF#refs/*/}" >> $GITHUB_ENV - - run: | - echo "$tag" - echo "${{ env.tag }}" - echo "${{ toJson(env) }}" - - name: Build and push uses: docker/build-push-action@v2 with: context: . file: ./Dockerfile - platforms: linux/386,linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64,linux/ppc64le,linux/s390x push: true tags: | ${{ env.tag }}