Revert "Build docker images for ARM platforms too."

This reverts commit 7b34dddc5d.
This commit is contained in:
Jan Böhmer 2021-03-14 20:17:03 +01:00
parent 7b34dddc5d
commit f126d87a09

View file

@ -46,7 +46,6 @@ jobs:
uses: docker/build-push-action@v2
with:
context: .
platforms: linux/amd64, linux/arm64, linux/arm/v7
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.docker_meta.outputs.tags }}
labels: ${{ steps.docker_meta.outputs.labels }}