Skip to content

Commit

Permalink
feat(workflows): Add support for debian
Browse files Browse the repository at this point in the history
- Add support for building debian for AM62X, AM62PX & AM64X

Signed-off-by: Chirag Shilwant <[email protected]>
  • Loading branch information
cshilwant authored and StaticRocket committed Dec 16, 2024
1 parent 3486a16 commit a7a3ad1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,12 @@ jobs:
device: AM62X
- os: buildroot
device: AM62X
- os: debian
device: AM62X
- os: debian
device: AM62PX
- os: debian
device: AM64X

steps:
- name: Checkout
Expand Down

0 comments on commit a7a3ad1

Please sign in to comment.