Remove support for Docker armv7 builds

This commit is contained in:
advplyr 2024-01-20 16:39:43 -06:00
parent 7f350279fa
commit 71048c7ff0
3 changed files with 3 additions and 4 deletions

View file

@ -71,7 +71,7 @@ jobs:
with:
tags: ${{ github.event.inputs.tags || steps.meta.outputs.tags }}
context: .
platforms: linux/amd64,linux/arm64,linux/arm/v7
platforms: linux/amd64,linux/arm64
push: true
cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache-new,mode=max