Skip to content

Commit b649382

Browse files
authored
feat: Use custom runner to build helm chart (Mellanox#1689)
2 parents 7998955 + 82aa636 commit b649382

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
if: github.ref_type == 'tag' || github.ref_name == ${{ needs.docker-build-push.outputs.default_branch }}
4747
needs:
4848
- docker-build-push
49-
runs-on: ubuntu-24.04
49+
runs-on: linux-amd64-cpu4
5050
env:
5151
NGC_REPO: nvstaging/mellanox/network-operator
5252
steps:

0 commit comments

Comments
 (0)