From b51c406e4f8d28649a36f1b2dcfb9647c0b24203 Mon Sep 17 00:00:00 2001 From: Rolf Neugebauer Date: Sat, 31 Mar 2018 13:53:07 +0100 Subject: [PATCH] test: Build kernel config package only for x86 and arm64 for now The test currently only works on these arches. Signed-off-by: Rolf Neugebauer --- test/pkg/kernel-config/build.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/pkg/kernel-config/build.yml b/test/pkg/kernel-config/build.yml index cb24486a5..13a0166fb 100644 --- a/test/pkg/kernel-config/build.yml +++ b/test/pkg/kernel-config/build.yml @@ -1,2 +1,5 @@ image: test-kernel-config network: true +arches: + - amd64 + - arm64