Skip to content
Snippets Groups Projects
Commit c445be96 authored by Griefed's avatar Griefed :joystick:
Browse files

Update README with multiarch information

parent 74ece893
No related branches found
No related tags found
No related merge requests found
...@@ -33,9 +33,12 @@ Using this image allows us to use the same user/group ids in the container as on ...@@ -33,9 +33,12 @@ Using this image allows us to use the same user/group ids in the container as on
Tags | Description Tags | Description
-----|------------ -----|------------
`latest` | Using the `latest` tag will pull the latest image for amd64/x86_64 architecture. `latest` | Using the `latest` tag will pull the latest image for linux/amd64,linux/arm/v7,linux/arm64.
`arm` | Using the `arm`tag will pull the latest image for arm architecture. Use this if you intend on running the container on a Raspberry Pi 3B, for example. `develop` | The latest image of, if existent, the in-dev version of this container. Use at your own risk!
`ijo42-latest` | Using the `ijo42-latest` tag will pull the latest image for amd64/x86_64 architecture based on [ijo42's](https://github.com/ijo42) fork [CurseForge2Discord](https://github.com/ijo42/CurseForge2Discord) `ijo42-latest` | Using the `ijo42-latest` tag will pull the latest image based on [ijo42's](https://github.com/ijo42) fork [CurseForge2Discord](https://github.com/ijo42/CurseForge2Discord)
Using GitHub Workflows, images for this container are multi-arch. Simply pulling `:latest` should retrieve the correct image for your architecture.
Images are available for linux/amd64,linux/arm/v7,linux/arm64.
## Pre-built images `latest` ## Pre-built images `latest`
...@@ -133,12 +136,6 @@ docker create \ ...@@ -133,12 +136,6 @@ docker create \
griefed/curseforge-bot:latest griefed/curseforge-bot:latest
``` ```
## Raspberry Pi
To run this container on a Raspberry Pi, use the `arm`-tag. I've tested it on a Raspberry Pi 3B.
`griefed/curseforge-bot:arm`
# Configuration # Configuration
Configuration | Explanation Configuration | Explanation
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment