More platforms supported.

Daan Selen committed Mar 24, 2025 at 15:36 UTC c5a2286149819bf76641d94bbc11eaf97faca534
1 file changed +1 -1
.github/workflows/docker.yml
+1 -1
@@ -58,7 +58,7 @@ jobs:
58 with:
59 context: .
60 file: docker/Dockerfile
61 - platforms: linux/amd64,linux/arm64
61 + platforms: linux/amd64,linux/arm64,linux/arm/v6,linux/arm/v7
62 push: true
63 tags: ${{ steps.meta.outputs.tags }}
64 labels: ${{ steps.meta.outputs.labels }}