summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValentin David <valentin.david@codethink.co.uk>2018-11-12 16:19:56 +0100
committerValentin David <valentin.david@codethink.co.uk>2018-11-12 16:20:07 +0100
commit8b6ee4a244a5d9f177162f1ed89aa9c3e4f7787c (patch)
treed80e48b3b863efb1d239e7531da322a686d2cef1
parent8047e1c517e990698356547cd5866c4e035d0779 (diff)
downloadbuildstream-valentindavid/integration-tests-aarch64.tar.gz
Add support for aarch64 in a testvalentindavid/integration-tests-aarch64
-rw-r--r--tests/format/list-directive-type-error/project.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/format/list-directive-type-error/project.conf b/tests/format/list-directive-type-error/project.conf
index dde56d7b8..1dd0f1b0a 100644
--- a/tests/format/list-directive-type-error/project.conf
+++ b/tests/format/list-directive-type-error/project.conf
@@ -4,4 +4,4 @@ options:
arch:
type: arch
description: Example architecture option
- values: [ x86_32, x86_64 ]
+ values: [ x86_32, x86_64, aarch64 ]