chore: Remove Docker arm builds

These are failing to build due to other issues.
This way at least we still have the default build.
This commit is contained in:
Joachim Van Herwegen 2024-01-04 10:22:53 +01:00
parent 11ce94c199
commit 648ce1fba8

View File

@ -89,6 +89,6 @@ jobs:
with:
context: .
push: true
platforms: linux/amd64,linux/arm/v7,linux/arm/v8,linux/arm64/v8
platforms: linux/amd64
tags: ${{ needs.docker-meta.outputs.tags }}
labels: ${{ needs.docker-meta.outputs.labels }}