We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fdac71 commit 183cd85Copy full SHA for 183cd85
1 file changed
.github/workflows/dockerimage.yml
@@ -27,7 +27,6 @@ jobs:
27
name: Build and push
28
uses: docker/build-push-action@v3
29
with:
30
- context: .
31
- platforms: linux/armv7
+ platforms: linux/arm/v7
32
push: true
33
tags: pathonscript/bot:latest
0 commit comments