From 34a97a3e1ff01ed310dc22fb3113ec0ec5c54625 Mon Sep 17 00:00:00 2001 From: Michael Jeanson Date: Mon, 20 Jan 2025 15:47:28 -0500 Subject: [PATCH] jjb: librseq: add s390x to portbuild jobs Change-Id: Ic26a4bb66d2567e64146eac57d158e9fa390712c Signed-off-by: Michael Jeanson --- jobs/librseq.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jobs/librseq.yaml b/jobs/librseq.yaml index 96cfd77..f8937f3 100644 --- a/jobs/librseq.yaml +++ b/jobs/librseq.yaml @@ -333,7 +333,7 @@ touchstone: '' - 'librseq_{version}_{buildtype}': buildtype: portbuild - platforms: !!python/tuple [deb12-armhf, deb12-arm64, deb12-ppc64el, deb13-riscv64, deb12-i386] + platforms: !!python/tuple [deb12-armhf, deb12-arm64, deb12-ppc64el, deb13-riscv64, deb12-s390x, deb12-i386] builds: !!python/tuple [std] confs: !!python/tuple [std, static] touchstone: '' @@ -353,7 +353,7 @@ touchstone: '' - 'dev_review_librseq_{version}_{buildtype}': buildtype: portbuild - platforms: !!python/tuple [deb12-armhf, deb12-arm64, deb12-ppc64el, deb13-riscv64, deb12-i386] + platforms: !!python/tuple [deb12-armhf, deb12-arm64, deb12-ppc64el, deb13-riscv64, deb12-s390x, deb12-i386] builds: !!python/tuple [std] confs: !!python/tuple [std] touchstone: '' -- 2.39.5