Skip to content

Commit

Permalink
Merge pull request #13 from TexasInstruments/am67-support
Browse files Browse the repository at this point in the history
workflows: Add support for AM67
  • Loading branch information
cshilwant authored Mar 7, 2024
2 parents 047f169 + 420ef41 commit 3953d58
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 3953d58

Please sign in to comment.