We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a11a82 commit a0eb70eCopy full SHA for a0eb70e
1 file changed
.github/workflows/dockerimage.yml
@@ -26,7 +26,7 @@ jobs:
26
uses: docker/build-push-action@v3
27
with:
28
context: .
29
- platforms: arm/v7,linux/amd64,linux/arm64
+ platforms: linux/arm/v7
30
push: true
31
tags: pathonscript/botsofcode:latest
32
# if: success()
0 commit comments