Skip to content

Commit 1567b5c

Browse files
committed
remove linux/arm/v7 support
Not compatible with node v20
1 parent ee52fdb commit 1567b5c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ jobs:
4141
username: '${{ secrets.DOCKER_HUB_USERNAME }}'
4242
password: '${{ secrets.DOCKER_HUB_TOKEN }}'
4343
- name: Build and push with dynamic tag
44-
uses: docker/build-push-action@v4
44+
uses: docker/build-push-action@v5
4545
with:
46-
platforms: linux/amd64,linux/arm64,linux/arm/v7
46+
platforms: linux/amd64,linux/arm64 #,linux/arm/v7 # not supported by node20 yet https://github.com/nodejs/docker-node/issues/1946
4747
push: true
4848
tags: |
4949
chrishubert/whatsapp-web-api:${{ github.ref_name }}

0 commit comments

Comments
 (0)