From f14f5cdbf4704315137e6dfd51d4b3e4cdb6ae21 Mon Sep 17 00:00:00 2001 From: Corentin LABBE Date: Fri, 26 Mar 2021 12:37:33 +0000 Subject: SPEC-3414: Add two missing machines Two machines were missing, add them. Change-Id: I78b0b76bc2a0a56f6c5245b1f850388c4c17093e Bug-AGL: SPEC-3414 Signed-off-by: Corentin LABBE --- jjb/common/include-agl-kci-publish-build-meta.sh | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'jjb/common') diff --git a/jjb/common/include-agl-kci-publish-build-meta.sh b/jjb/common/include-agl-kci-publish-build-meta.sh index ce4b1d53..26f2bf0b 100644 --- a/jjb/common/include-agl-kci-publish-build-meta.sh +++ b/jjb/common/include-agl-kci-publish-build-meta.sh @@ -40,9 +40,15 @@ kci-publish() { raspberrypi4) TARGETARCH="arm64" ;; + raspberrypi4-64) + TARGETARCH="arm64" + ;; h3ulcb-nogfx) TARGETARCH="arm64" ;; + h3ulcb) + TARGETARCH="arm64" + ;; *) echo "ERROR: unknow machine $TARGETMACHINE" return 0 -- cgit 1.2.3-korg