Skip to content

Commit

Permalink
github actions: Fix branch name
Browse files Browse the repository at this point in the history
Change branch name to support the new platforms: nvidia-jp5 and nvidia-jp6.

Signed-off-by: Renê de Souza Pinto <[email protected]>
  • Loading branch information
rene committed Jan 21, 2025
1 parent f96d81d commit 6e54f05
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ on:
types: [ submitted ]
push:
branches:
- "eve-kernel-arm64-v5.10.192-nvidia"
- "eve-kernel-arm64-v5.10.192-nvidia-jp5"
env:
branch_name: "refs/heads/eve-kernel-arm64-v5.10.192-nvidia"
branch_name: "refs/heads/eve-kernel-arm64-v5.10.192-nvidia-jp5"

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand All @@ -35,7 +35,7 @@ jobs:
username: ${{ secrets.RELEASE_DOCKERHUB_ACCOUNT }}
password: ${{ secrets.RELEASE_DOCKERHUB_TOKEN }}

- name: Push eve-kernel-arm64-v5.10.192-nvidia if PR approved or pushed
- name: Push eve-kernel-arm64-v5.10.192-nvidia-jp5 if PR approved or pushed
if: ${{ github.ref == env.branch_name }}
run: |
make -f Makefile.eve BRANCH?=${GITHUB_REF##*/} push-gcc

0 comments on commit 6e54f05

Please sign in to comment.