From 420ef41736a1e4adef10607576dd55c6fb787ccf Mon Sep 17 00:00:00 2001 From: Aniket Limaye Date: Thu, 7 Mar 2024 17:29:39 +0530 Subject: [PATCH] workflows: Add support for AM67 Signed-off-by: Chirag Shilwant --- .github/workflows/cicd.yml | 4 ++++ .github/workflows/release.yml | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index a831e56..b20b34c 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -26,6 +26,7 @@ jobs: cd seva-web make SOC=AM62X make SOC=AM62PX + make SOC=AM67 make SOC=AM68 make SOC=AM69 @@ -38,6 +39,9 @@ jobs: make ARCH=aarch64 SOC=AM62PX cp seva-launcher seva-launcher-am62p-aarch64 make clean + make ARCH=aarch64 SOC=AM67 + cp seva-launcher seva-launcher-am67-aarch64 + make clean make ARCH=aarch64 SOC=AM68 cp seva-launcher seva-launcher-am68-aarch64 make clean diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 57b5e0e..2769d93 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,6 +26,7 @@ jobs: cd seva-web make SOC=AM62X make SOC=AM62PX + make SOC=AM67 make SOC=AM68 make SOC=AM69 @@ -38,6 +39,9 @@ jobs: make ARCH=aarch64 SOC=AM62PX cp seva-launcher seva-launcher-am62p-aarch64 make clean + make ARCH=aarch64 SOC=AM67 + cp seva-launcher seva-launcher-am68-aarch64 + make clean make ARCH=aarch64 SOC=AM68 cp seva-launcher seva-launcher-am68-aarch64 make clean