Skip to content

Commit

Permalink
Merge pull request #6 from ethpandaops/skylenet/disable-arm-docker-build
Browse files Browse the repository at this point in the history
fix: only build amd64 docker img
  • Loading branch information
skylenet authored Jan 29, 2025
2 parents 3efcddd + 4450213 commit 36c98d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy-docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,4 @@ jobs:
registry_password: ${{ secrets.GITHUB_TOKEN }}
image_name: ${{ github.repository }}
push: true
platforms: linux/amd64

0 comments on commit 36c98d6

Please sign in to comment.