From 15d9703d61c2849fe32cfc70d22f4de9297a493f Mon Sep 17 00:00:00 2001 From: Derek McGowan Date: Thu, 29 Apr 2021 15:07:05 -0700 Subject: [PATCH] Remove ARM64 releases from release notes Signed-off-by: Derek McGowan --- releases/v1.5.0-rc.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/releases/v1.5.0-rc.toml b/releases/v1.5.0-rc.toml index d08ba30af..5df53752c 100644 --- a/releases/v1.5.0-rc.toml +++ b/releases/v1.5.0-rc.toml @@ -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)