We need to test if this is what causes the problem of the GitHub action getting stuck or `linux/arm/v6`
@@ -79,7 +79,7 @@ jobs:
- name: Build and push Docker image
uses: docker/build-push-action@v5
with:
- platforms: linux/amd64,linux/arm64
+ platforms: linux/amd64,linux/arm64, linux/arm/v7
context: .
push: true
tags: ${{ steps.meta.outputs.tags }}