Skip to content

Commit 674c6e0

Browse files
committed
Delete mr64
1 parent a504f3a commit 674c6e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/language/ruby/configure-ci-cd.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ to Docker Hub.
8888
name: Build and push
8989
uses: docker/build-push-action@v6
9090
with:
91-
platforms: linux/amd64,linux/arm64
91+
platforms: linux/amd64
9292
push: true
9393
tags: ${{ vars.DOCKER_USERNAME }}/${{ github.event.repository.name }}:latest
9494
```

0 commit comments

Comments
 (0)