Remove armv7 support

This commit is contained in:
Mathias Wagner
2024-07-22 22:21:29 +02:00
parent a5554fc42d
commit 6b23b81d22

View File

@ -37,7 +37,7 @@ jobs:
uses: docker/build-push-action@v3
with:
push: true
platforms: linux/amd64,linux/arm64,linux/arm/v7
platforms: linux/amd64,linux/arm64
tags: germannewsmaker/licenseapi:development
cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache