We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59929a9 commit 32f81b4Copy full SHA for 32f81b4
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
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
8
## 1.15.0 (2021/06/18)
9
10
* Go 1.16 (#14)
README.md
@@ -96,13 +96,15 @@ $ docker run --rm mplatform/mquery crazymax/yasu:latest
96
Image: crazymax/yasu:latest
97
* Manifest List: Yes
98
* Supported platforms:
99
+ - linux/386
100
- linux/amd64
101
- linux/arm/v5
102
- linux/arm/v6
103
- linux/arm/v7
104
- linux/arm64
- - linux/386
105
+ - linux/mips64le
106
- linux/ppc64le
107
+ - linux/riscv64
108
- linux/s390x
109
```
110
0 commit comments