remove arm docker image for now, as buildx is half-broken on ubuntu (#856)

This commit is contained in:
blotus 2021-07-07 16:49:16 +02:00 committed by GitHub
parent c11a297b19
commit 73e0bbaf93
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -49,7 +49,7 @@ jobs:
file: ./Dockerfile
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.prep.outputs.tags }}
platforms: linux/amd64,linux/arm64
platforms: linux/amd64
labels: |
org.opencontainers.image.source=${{ github.event.repository.html_url }}
org.opencontainers.image.created=${{ steps.prep.outputs.created }}