Skip to content
This repository was archived by the owner on Jan 12, 2025. It is now read-only.

Commit b80095e

Browse files
committed
Update README with multiarch information
1 parent 414363f commit b80095e

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

README.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,11 @@ Using this image allows us to use the same user/group ids in the container as on
5151

5252
Tags | Description
5353
-----|------------
54-
`latest` | Using the `latest` tag will pull the latest image for amd64/x86_64 architecture.
55-
`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.
54+
`latest` | Using the `latest` tag will pull the latest image for linux/amd64,linux/arm/v7,linux/arm64.
55+
`develop` | The latest image of, if existent, the in-dev version of this container. Use at your own risk!
56+
57+
Using GitHub Workflows, images for this container are multi-arch. Simply pulling `:latest` should retrieve the correct image for your architecture.
58+
Images are available for linux/amd64,linux/arm/v7,linux/arm64.
5659

5760
## Pre-built images
5861

@@ -108,11 +111,6 @@ docker create \
108111
--restart unless-stopped \
109112
griefed/app-collection:latest
110113
```
111-
## Raspberry Pi
112-
113-
To run this container on a Raspberry Pi, use the `arm`-tag. I've tested it on a Raspberry Pi 3B.
114-
115-
`griefed/app-collection:arm`
116114

117115
# Configuration
118116

0 commit comments

Comments
 (0)