We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c2f872 commit 94ce54bCopy full SHA for 94ce54b
.github/workflows/docker.yml
@@ -78,7 +78,7 @@ jobs:
78
with:
79
context: .
80
file: ./Dockerfile
81
- platforms: linux/amd64,linux/arm64
+ platforms: linux/arm64
82
# For pull requests, we run the Docker build (to ensure no PR changes break the build),
83
# but we ONLY do an image push to DockerHub if it's NOT a PR
84
push: ${{ github.event_name != 'pull_request' }}
0 commit comments