From 22a25d3ffd4db1732c6b69fe1b5829b06a37183e Mon Sep 17 00:00:00 2001 From: Michael Marineau Date: Wed, 27 May 2015 11:45:17 -0700 Subject: [PATCH] ROADMAP: bump completion of arm64 to next quarter Adding developers to this project has taken longer than expected. --- ROADMAP.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/ROADMAP.md b/ROADMAP.md index 33e76dd47d..adef772916 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -21,9 +21,6 @@ their individual roadmaps: - Secondary motivation is to support using the SDK on CoreOS itself. - Requires running `repo init` *after* entering the SDK. - Should support using loop devices without needing udev. - - Initial ARM64 port. - - Should be able to boot a basic image in QEMU and on hardware. - - Excludes all Go software, blocked on the Go 1.5 release. - Begin development on a new minimal image type, `amd64-rkt`. - Includes only what is required to provision a machine via ignition and launch rkt containers. Rest of user space lives in containers. @@ -34,3 +31,5 @@ their individual roadmaps: - Release new `amd64-rkt` images as new recommended flavor of CoreOS. Updates and support for the existing `amd64-usr` images will continue under the name *CoreOS Classic*. + - Initial ARM64 port. + - Should be able to boot a basic image in QEMU and on hardware.