You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 12, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+5-7Lines changed: 5 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,8 +51,11 @@ Using this image allows us to use the same user/group ids in the container as on
51
51
52
52
Tags | Description
53
53
-----|------------
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.
56
59
57
60
## Pre-built images
58
61
@@ -108,11 +111,6 @@ docker create \
108
111
--restart unless-stopped \
109
112
griefed/app-collection:latest
110
113
```
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.
0 commit comments