Skip to content

Commit

Permalink
chore: Update Docker build platforms to include linux/arm64 in README…
Browse files Browse the repository at this point in the history
… + remove 'services' in docker-compose
  • Loading branch information
gylfirst committed Aug 9, 2024
1 parent baad71f commit ef0156a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ You can also run ruff manually with the commands `ruff check` and `ruff format`.

[![Docker Image](https://github.com/Zalk0/ChouetteBot-discord/actions/workflows/docker-image.yaml/badge.svg?branch=main)](https://github.com/Zalk0/ChouetteBot-discord/actions/workflows/docker-image.yaml)

You can use a Docker image to deploy the bot. It's currently supporting amd64, armv6 and armv7
You can use a Docker image to deploy the bot. It's currently supporting amd64, armv6, armv7 and arm64
architectures. We provide deployment information on the [Docker Hub repository](https://hub.docker.com/r/gylfirst/chouettebot).

You can build it from source with:
Expand Down
2 changes: 0 additions & 2 deletions docker-compose.yaml.example
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: "3.8" # Version of docker-compose

services:
bot:
# If you want to build yourself (check README Docker section)
Expand Down

0 comments on commit ef0156a

Please sign in to comment.