Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
crazy-max committed Jun 26, 2021
1 parent 59929a9 commit 32f81b4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 1.16.0 (2021/06/26)

* Add support for `riscv64` and create `linux/mips64le` image (#16)
* Bump github.com/opencontainers/runc from 1.0.0-rc95 to 1.0.0 (#15)

## 1.15.0 (2021/06/18)

* Go 1.16 (#14)
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,13 +96,15 @@ $ docker run --rm mplatform/mquery crazymax/yasu:latest
Image: crazymax/yasu:latest
* Manifest List: Yes
* Supported platforms:
- linux/386
- linux/amd64
- linux/arm/v5
- linux/arm/v6
- linux/arm/v7
- linux/arm64
- linux/386
- linux/mips64le
- linux/ppc64le
- linux/riscv64
- linux/s390x
```

Expand Down

0 comments on commit 32f81b4

Please sign in to comment.