Skip to content
This repository was archived by the owner on Nov 30, 2022. It is now read-only.

Commit ce668ba

Browse files
committed
Update README with multiarch information
1 parent 3282d70 commit ce668ba

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

README.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,15 @@ Using this image allows us to use the same user/group ids in the container as on
3636

3737
# Deployment
3838

39+
Tags | Description
40+
-----|------------
41+
`latest` | Using the `latest` tag will pull the latest image for linux/amd64,linux/arm/v7,linux/arm64.
42+
`develop` | The latest image of, if existent, the in-dev version of this container. Use at your own risk!
43+
44+
Using GitHub Workflows, images for this container are multi-arch. Simply pulling `:latest` should retrieve the correct image for your architecture.
45+
Images are available for linux/amd64,linux/arm/v7,linux/arm64.
46+
47+
3948
## Pre-built images
4049

4150
Using docker-compose:
@@ -79,12 +88,6 @@ docker create \
7988
griefed/icecoder:latest
8089
```
8190

82-
## Raspberry Pi
83-
84-
To run this container on a Raspberry Pi, use the `arm`-tag. I've tested it on a Raspberry Pi 3B.
85-
86-
`griefed/icecoder:arm`
87-
8891
# Configuration
8992

9093
Configuration | Explanation

0 commit comments

Comments
 (0)