From: Corentin LABBE Date: Fri, 26 Mar 2021 12:37:33 +0000 (+0000) Subject: SPEC-3414: Add two missing machines X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F04%2F26204%2F1;p=ci-management.git SPEC-3414: Add two missing machines Two machines were missing, add them. Change-Id: I78b0b76bc2a0a56f6c5245b1f850388c4c17093e Bug-AGL: SPEC-3414 Signed-off-by: Corentin LABBE --- 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