Remove linux/s390x platform

Breaking the docker buildx build due to some signature verification
error
This commit is contained in:
Spaceface16518 2021-01-21 23:47:30 -06:00
parent 743b2c1bf4
commit 6b8a14d831
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ jobs:
with:
context: .
file: ./Dockerfile
platforms: linux/amd64,linux/arm,linux/arm64,linux/386,linux/ppc64le,linux/s390x
platforms: linux/amd64,linux/arm,linux/arm64,linux/386,linux/ppc64le
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.docker_meta.outputs.tags }}
labels: ${{ steps.docker_meta.outputs.labels }}