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`
This commit is contained in:
Mohamed Elashri 2024-04-05 01:10:47 +00:00 committed by GitHub
parent 06a31fd67b
commit 17ae6668b4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -79,7 +79,7 @@ jobs:
- name: Build and push Docker image - name: Build and push Docker image
uses: docker/build-push-action@v5 uses: docker/build-push-action@v5
with: with:
platforms: linux/amd64,linux/arm64 platforms: linux/amd64,linux/arm64, linux/arm/v7
context: . context: .
push: true push: true
tags: ${{ steps.meta.outputs.tags }} tags: ${{ steps.meta.outputs.tags }}