Skip to content

Commit

Permalink
github/workflows: Add new NVIDIA platform variants
Browse files Browse the repository at this point in the history
Remove old nvidia platform and add the two new variants:

- nvidia-jp5
- nvidia-jp6

Signed-off-by: Renê de Souza Pinto <rene@renesp.com.br>
  • Loading branch information
rene committed Jan 21, 2025
1 parent 1671f22 commit ab1c23c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,10 @@ jobs:
platform: "rt"
- arch: arm64
hv: kvm
platform: "nvidia"
platform: "nvidia-jp5"
- arch: arm64
hv: kvm
platform: "nvidia-jp6"
- arch: arm64
hv: kvm
platform: "imx8mp_pollux"
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/buildondemand.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,10 @@ jobs:
platform: "rt"
- arch: arm64
hv: kvm
platform: "nvidia"
platform: "nvidia-jp5"
- arch: arm64
hv: kvm
platform: "nvidia-jp6"
- arch: arm64
hv: kvm
platform: "imx8mp_pollux"
Expand Down

0 comments on commit ab1c23c

Please sign in to comment.