Remove ARM64 releases from release notes

Signed-off-by: Derek McGowan <derek@mcg.dev>
This commit is contained in:
Derek McGowan 2021-04-29 15:07:05 -07:00
parent 5d2e8e86d7
commit 15d9703d61
No known key found for this signature in database
GPG Key ID: F58C5D0A4405ACDB

View File

@ -15,7 +15,7 @@ The sixth major release of containerd includes many stability improvements
and code organization changes to make contribution easier and make future
features cleaner to develop. This includes bringing CRI development into the
main containerd repository and switching to Go modules. This release also
brings support for the Node Resource Interface (NRI) and ARM64 builds.
brings support for the Node Resource Interface (NRI).
### Highlights
@ -24,7 +24,6 @@ brings support for the Node Resource Interface (NRI) and ARM64 builds.
* **Move to Go modules** [#4760](https://github.com/containerd/containerd/pull/4760)
* **Remove `selinux` build tag** [#4849](https://github.com/containerd/containerd/pull/4849)
* **Add json log format output option for daemon log** [#4803](https://github.com/containerd/containerd/pull/4803)
* **Add release builds for ARM64** [#5329](https://github.com/containerd/containerd/pull/5329)
#### Snapshots
* **Add configurable overlayfs path** [#4505](https://github.com/containerd/containerd/pull/4505)