Selaa lähdekoodia

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`
Mohamed Elashri 1 vuosi sitten
vanhempi
säilyke
17ae6668b4
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      .github/workflows/docker-image.yaml

+ 1 - 1
.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 }}