From 17ae6668b43aa46a6fc6530db6e766c57f610ffe Mon Sep 17 00:00:00 2001 From: Mohamed Elashri Date: Fri, 5 Apr 2024 01:10:47 +0000 Subject: [PATCH] Add `linux/arm/v7` again We need to test if this is what causes the problem of the GitHub action getting stuck or `linux/arm/v6` --- .github/workflows/docker-image.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker-image.yaml b/.github/workflows/docker-image.yaml index b7aad361..987499e4 100644 --- a/.github/workflows/docker-image.yaml +++ b/.github/workflows/docker-image.yaml @@ -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 }}