Skip to content

Commit

Permalink
workflows: Add support for AM67
Browse files Browse the repository at this point in the history
Signed-off-by: Chirag Shilwant <[email protected]>
  • Loading branch information
aniket-l authored and cshilwant committed Mar 7, 2024
1 parent 047f169 commit 420ef41
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
cd seva-web
make SOC=AM62X
make SOC=AM62PX
make SOC=AM67
make SOC=AM68
make SOC=AM69
Expand All @@ -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
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
cd seva-web
make SOC=AM62X
make SOC=AM62PX
make SOC=AM67
make SOC=AM68
make SOC=AM69
Expand All @@ -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
Expand Down

0 comments on commit 420ef41

Please sign in to comment.