Skip to content

Commit

Permalink
Removing ARM64 in GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinmartian committed Nov 2, 2024
1 parent 3796a24 commit 2e7ce84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-hub-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
context: ./poolprice
file: ./poolprice/Dockerfile
push: ${{ github.event_name != 'pull_request' }}
platforms: "linux/arm64,linux/amd64"
platforms: "linux/amd64"
tags: ${{ secrets.DOCKER_USERNAME }}/poolprice:latest

# Build and push Docker image for weather
Expand All @@ -56,5 +56,5 @@ jobs:
context: ./weather
file: ./weather/Dockerfile
push: ${{ github.event_name != 'pull_request' }}
platforms: "linux/arm64,linux/amd64"
platforms: "linux/amd64"
tags: ${{ secrets.DOCKER_USERNAME }}/weather:latest

0 comments on commit 2e7ce84

Please sign in to comment.