Skip to content

Commit

Permalink
Removed linux/arm/v7 architecture from Dockerhub image
Browse files Browse the repository at this point in the history
  • Loading branch information
midlik committed Jan 10, 2024
1 parent bcdd819 commit d4e3ca6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
uses: docker/build-push-action@v5
with:
push: true
platforms: linux/amd64,linux/arm/v7,linux/arm64/v8
platforms: linux/amd64,linux/arm64/v8
tags: |
${{ secrets.DOCKER_USERNAME }}/pdb-images:${{ github.ref_name }}
${{ secrets.DOCKER_USERNAME }}/pdb-images:latest
Expand Down

0 comments on commit d4e3ca6

Please sign in to comment.