Skip to content

Commit

Permalink
Remove arm build from docker build action
Browse files Browse the repository at this point in the history
  • Loading branch information
nandesh-dev committed Oct 2, 2024
1 parent 5f3fc9e commit d9051d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: docker/build-push-action@v4
with:
context: .
platforms: linux/amd64,linux/arm64
platforms: linux/amd64
file: ./Dockerfile
push: true
tags: ${{ secrets.DOCKERHUB_USERNAME }}/subtle:latest
tags: ${{ secrets.DOCKERHUB_USERNAME }}/subtle:latest

0 comments on commit d9051d7

Please sign in to comment.