Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
Updating supported docker platforms
  • Loading branch information
nicomt authored Nov 6, 2020
1 parent d832030 commit d87032c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
with:
context: .
file: ./Dockerfile
platforms: linux/386,linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64,linux/ppc64le,linux/s390x
platforms: linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64/v8,linux/ppc64le,linux/s390x
push: true
tags: ${{ steps.prep.outputs.tags }}
labels: |
Expand Down

0 comments on commit d87032c

Please sign in to comment.