Skip to content

Commit 7fdac71

Browse files
committed
fix!: arm v7?
1 parent 17e8fe2 commit 7fdac71

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

.github/workflows/dockerimage.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,6 @@ jobs:
2828
uses: docker/build-push-action@v3
2929
with:
3030
context: .
31-
platforms: linux/arm/v7
31+
platforms: linux/armv7
3232
push: true
33-
tags: pathonscript/botsofcode:latest
34-
# if: success()
35-
# run: |
36-
# docker buildx build \ --platform ${{ steps.prepare.outputs.docker_platform }} \ --tag ${{ steps.prepare.outputs.docker_image }}:${{ steps.prepare.outputs.version }} \ --file ./Dockerfile \ --output type=image,push=true .
33+
tags: pathonscript/bot:latest

0 commit comments

Comments
 (0)