From 1567b5c53c5352bd63c5b0612cd505b308f7f50a Mon Sep 17 00:00:00 2001 From: Christophe Date: Sun, 4 Feb 2024 22:25:00 +0300 Subject: [PATCH] remove linux/arm/v7 support Not compatible with node v20 --- .github/workflows/push.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 4d37f343..151356ac 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -41,9 +41,9 @@ jobs: username: '${{ secrets.DOCKER_HUB_USERNAME }}' password: '${{ secrets.DOCKER_HUB_TOKEN }}' - name: Build and push with dynamic tag - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v5 with: - platforms: linux/amd64,linux/arm64,linux/arm/v7 + platforms: linux/amd64,linux/arm64 #,linux/arm/v7 # not supported by node20 yet https://github.com/nodejs/docker-node/issues/1946 push: true tags: | chrishubert/whatsapp-web-api:${{ github.ref_name }}