Skip to content

Commit 8a11a82

Browse files
committed
fix: raspberry pi platform
1 parent 61ab278 commit 8a11a82

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/dockerimage.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ jobs:
2525
name: Build and push
2626
uses: docker/build-push-action@v3
2727
with:
28+
context: .
29+
platforms: arm/v7,linux/amd64,linux/arm64
2830
push: true
2931
tags: pathonscript/botsofcode:latest
3032
# if: success()

0 commit comments

Comments
 (0)