Skip to content

Commit 36c98d6

Browse files
authored
Merge pull request #6 from ethpandaops/skylenet/disable-arm-docker-build
fix: only build amd64 docker img
2 parents 3efcddd + 4450213 commit 36c98d6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/deploy-docker.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,4 @@ jobs:
2727
registry_password: ${{ secrets.GITHUB_TOKEN }}
2828
image_name: ${{ github.repository }}
2929
push: true
30+
platforms: linux/amd64

0 commit comments

Comments
 (0)