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 <rolf.neugebauer@gmail.com>
This commit is contained in:
Rolf Neugebauer 2018-03-31 13:53:07 +01:00
parent 350036e34d
commit b51c406e4f

View File

@ -1,2 +1,5 @@
image: test-kernel-config image: test-kernel-config
network: true network: true
arches:
- amd64
- arm64