Skip to content

Commit

Permalink
add docker in readme + update docker deploy for more architectures
Browse files Browse the repository at this point in the history
  • Loading branch information
gylfirst committed Mar 29, 2024
1 parent fba15a0 commit 16351fd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,4 @@ jobs:
with:
push: true
tags: gylfirst/chouettebot:latest,gylfirst/chouettebot:v0.0.${{ github.run_number }}
platforms: linux/amd64, linux/arm/v6, linux/arm/v7, linux/arm64/v8, linux/386, linux/ppc64le, linux/s390x
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,10 @@ After having done all this you can launch the bot :
```
python main.py
```

---
### Docker

You can use the docker image to deploy the bot. It currently supports all architectures that alpine-python used supports. We provide deployement informations on the docker hub repository.

[Docker Hub](https://hub.docker.com/r/gylfirst/chouettebot)

0 comments on commit 16351fd

Please sign in to comment.