Skip to content

Commit

Permalink
remove linux/arm/v7 support
Browse files Browse the repository at this point in the history
Not compatible with node v20
  • Loading branch information
chrishubert committed Feb 4, 2024
1 parent ee52fdb commit 1567b5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 1567b5c

Please sign in to comment.