Skip to content

Commit 712346c

Browse files
authored
Update docker-image.yml, allow ARM (Raspberry Pi deployments)
1 parent ea3d849 commit 712346c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎.github/workflows/docker-image.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ jobs:
2828

2929
- name: 'Build Telegram Bot Image'
3030
run: |
31-
docker build . --tag ghcr.io/curiousdima/pardon-my-english:latest
31+
docker build . --platform linux/amd64,linux/arm64/v8 --tag ghcr.io/curiousdima/pardon-my-english:latest
3232
docker push ghcr.io/curiousdima/pardon-my-english:latest

0 commit comments

Comments
 (0)