Skip to content

Commit

Permalink
fix(actions): delete list of platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
danvergara committed Jul 26, 2021
1 parent 1b14a85 commit af17b83
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ jobs:
builder: ${{ steps.buildx.outputs.name }}
context: ./
file: ./Dockerfile
platforms: linux/386,linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64,linux/ppc64le,linux/s390x
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.prep.outputs.tags }}
cache-from: type=local,src=/tmp/.buildx-cache
Expand Down

0 comments on commit af17b83

Please sign in to comment.