From 756acd9fc71b09a8f6a57e320da56b2a977046a5 Mon Sep 17 00:00:00 2001 From: Akihiro Suda Date: Thu, 22 Dec 2016 10:35:10 +0000 Subject: [PATCH] poule: do not recognize "arm" as platform/arm Some words such as "swarm" and "apparmor" were recognized as "arm". So remove "arm" from the list at the moment. Signed-off-by: Akihiro Suda Upstream-commit: b7ca1568b157b7a67951207626a6605bcee4e282 Component: engine --- components/engine/poule.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/engine/poule.yml b/components/engine/poule.yml index bd6213acfc..d9fda3f09c 100644 --- a/components/engine/poule.yml +++ b/components/engine/poule.yml @@ -30,7 +30,7 @@ platform/desktop: [ "docker for mac", "docker for windows" ], platform/freebsd: [ "freebsd" ], platform/windows: [ "nanoserver", "windowsservercore", "windows server" ], - platform/arm: [ "raspberry", "arm", "raspbian", "rpi", "beaglebone", "pine64" ], + platform/arm: [ "raspberry", "raspbian", "rpi", "beaglebone", "pine64" ], } } - type: version-label