Skip to content

Commit

Permalink
Merge pull request #10 from Zalk0/dev
Browse files Browse the repository at this point in the history
Docker modifications
  • Loading branch information
gylfirst authored Mar 29, 2024
2 parents 88d6f2e + 16351fd commit f9df311
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 f9df311

Please sign in to comment.