Skip to content

Commit cba326b

Browse files
authored
ci: remove platform list
1 parent 1639698 commit cba326b

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,18 +37,12 @@ jobs:
3737
name: Conditional(Set tag as `{version}`)
3838
run: echo "tag=willfarrell/crontab:${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
3939

40-
- run: |
41-
echo "$tag"
42-
echo "${{ env.tag }}"
43-
echo "${{ toJson(env) }}"
44-
4540
-
4641
name: Build and push
4742
uses: docker/build-push-action@v2
4843
with:
4944
context: .
5045
file: ./Dockerfile
51-
platforms: linux/386,linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64,linux/ppc64le,linux/s390x
5246
push: true
5347
tags: |
5448
${{ env.tag }}

0 commit comments

Comments
 (0)