Skip to content

Commit 32f81b4

Browse files
committed
Update CHANGELOG
1 parent 59929a9 commit 32f81b4

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 1.16.0 (2021/06/26)
4+
5+
* Add support for `riscv64` and create `linux/mips64le` image (#16)
6+
* Bump github.com/opencontainers/runc from 1.0.0-rc95 to 1.0.0 (#15)
7+
38
## 1.15.0 (2021/06/18)
49

510
* Go 1.16 (#14)

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,13 +96,15 @@ $ docker run --rm mplatform/mquery crazymax/yasu:latest
9696
Image: crazymax/yasu:latest
9797
* Manifest List: Yes
9898
* Supported platforms:
99+
- linux/386
99100
- linux/amd64
100101
- linux/arm/v5
101102
- linux/arm/v6
102103
- linux/arm/v7
103104
- linux/arm64
104-
- linux/386
105+
- linux/mips64le
105106
- linux/ppc64le
107+
- linux/riscv64
106108
- linux/s390x
107109
```
108110

0 commit comments

Comments
 (0)