Skip to content

Commit

Permalink
linux/arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
CuriousDima committed Apr 16, 2024
1 parent ad08f9f commit 22fedd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ jobs:

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

0 comments on commit 22fedd3

Please sign in to comment.