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
Copy file name to clipboardExpand all lines: README.md
+14-10Lines changed: 14 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,8 +22,8 @@ These images are available for the following OCI platforms:
22
22
-`linux/amd64`
23
23
-`linux/386` (`glibc` only)
24
24
-`linux/arm64`
25
-
-`linux/arm/v7`
26
-
-`linux/arm/v6`
25
+
26
+
> Note: images for `linux/arm/v7` and `linux/arm/v6` are currently unavailable, see issue [#12](https://github.com/void-linux/void-docker/issues/12) for more details
27
27
28
28
```
29
29
REPOSITORY TAG SIZE
@@ -41,20 +41,24 @@ With `docker` and `docker-buildx`:
41
41
42
42
1. Install and set up `docker` and `docker-buildx`. If building multi-platform images,
43
43
`qemu-user-static`, and `binfmt-support` are also needed:
0 commit comments