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 a504f3a commit 674c6e0Copy full SHA for 674c6e0
content/language/ruby/configure-ci-cd.md
@@ -88,7 +88,7 @@ to Docker Hub.
88
name: Build and push
89
uses: docker/build-push-action@v6
90
with:
91
- platforms: linux/amd64,linux/arm64
+ platforms: linux/amd64
92
push: true
93
tags: ${{ vars.DOCKER_USERNAME }}/${{ github.event.repository.name }}:latest
94
```
0 commit comments