Skip to content

Commit 3e1b76f

Browse files
committed
add docker multi-platform / multi-arch info
1 parent d152926 commit 3e1b76f

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44

55
Coming soon! Please document any work in progress here as part of your PR. It will be moved to the next tag when released.
66

7+
## v0.43.0
8+
9+
- support multi-platform / multi-arch builds for published Docker images including `linux/amd64` and `linux/arm64`
10+
711
## v0.41.0
812

913
- upgrade golang to `v1.23` from `v1.22`

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -332,6 +332,8 @@ an `alpine` based container built from `Dockerfile.alpine`
332332
- `quay.io/vouch/vouch-proxy:alpine-latest`
333333
- `quay.io/vouch/vouch-proxy:alpine-x.y.z`
334334

335+
As of `v0.43.0` both of these images are [Multi-platform builds](https://docs.docker.com/build/building/multi-platform/) supporting `linux/amd64` and `linux/arm64`.
336+
335337
Vouch Proxy `arm` images are available on [Docker Hub](https://hub.docker.com/r/voucher/vouch-proxy/)
336338

337339
- `voucher/vouch-proxy:latest-arm`

0 commit comments

Comments
 (0)