drop arm/v7 for now (untested)

This commit is contained in:
Robin C. Ladiges 2022-07-19 00:42:53 +02:00
parent 858a45848f
commit 4c18291c72
No known key found for this signature in database
GPG Key ID: 03D38068D7B4D1E3

View File

@ -159,7 +159,7 @@ jobs:
with: with:
pull : true pull : true
push : true push : true
platforms : linux/amd64,linux/arm64/v8,linux/arm/v7 platforms : linux/amd64,linux/arm64/v8
context : . context : .
file : ./Dockerfile file : ./Dockerfile
tags : ${{ steps.meta.outputs.tags }} tags : ${{ steps.meta.outputs.tags }}