Skip to content

Commit eb0601b

Browse files
committed
docker-bake.hcl: reënable arm32
fixed by void-linux/void-packages@a1d40022 fixes #12
1 parent e43ba45 commit eb0601b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ These images are available for the following OCI platforms:
2222
- `linux/amd64`
2323
- `linux/386` (`glibc` only)
2424
- `linux/arm64`
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
25+
- `linux/arm/v7`
26+
- `linux/arm/v6`
2727

2828
```
2929
REPOSITORY TAG SIZE

docker-bake.hcl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ target "_common" {
1717

1818
target "_common-glibc" {
1919
inherits = ["_common"]
20-
platforms = ["linux/amd64", "linux/386", "linux/arm64"] #, "linux/arm/v7", "linux/arm/v6"]
20+
platforms = ["linux/amd64", "linux/386", "linux/arm64", "linux/arm/v7", "linux/arm/v6"]
2121
args = { "LIBC" = "glibc" }
2222
}
2323

2424
target "_common-musl" {
2525
inherits = ["_common"]
26-
platforms = ["linux/amd64", "linux/arm64"] #, "linux/arm/v7", "linux/arm/v6"]
26+
platforms = ["linux/amd64", "linux/arm64", "linux/arm/v7", "linux/arm/v6"]
2727
args = { "LIBC" = "musl" }
2828
}
2929

0 commit comments

Comments
 (0)