removed arm v7

This commit is contained in:
Felix Weiß
2024-01-01 17:47:31 +01:00
parent 90bde5fd5f
commit 5e247498ce

View File

@@ -40,7 +40,7 @@ jobs:
with: with:
context: ${{ github.workspace }}/src context: ${{ github.workspace }}/src
file: ${{ github.workspace }}/src/DynDNSv2/Dockerfile file: ${{ github.workspace }}/src/DynDNSv2/Dockerfile
platforms: linux/amd64,linux/arm64,linux/arm/v7 platforms: linux/amd64,linux/arm64
push: true push: true
tags: ${{ steps.meta.outputs.tags }} tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }} labels: ${{ steps.meta.outputs.labels }}