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 d486051 commit 100e1dd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 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
8 changes: 6 additions & 2 deletions .github/workflows/buildondemand.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
name: build and publish packages on demand
on:
on: # yamllint disable-line rule:truthy
workflow_dispatch:
inputs:
force:
Expand Down Expand Up @@ -99,7 +100,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 100e1dd

Please sign in to comment.