1
1
Fork 0
mirror of https://github.com/schollz/croc.git synced 2025-10-11 05:11:06 +02:00

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

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 }}