File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -313,7 +313,7 @@ jobs:
313
313
branch : ${{ inputs.release_branch }}
314
314
ic_version : ${{ inputs.nic_version }}
315
315
chart_version : ${{ inputs.chart_version }}
316
- nginx_helm_repo : false # disable automatic repo update until nginx-bot issue is resolved, manually update repo
316
+ nginx_helm_repo : true # disable automatic repo update until nginx-bot issue is resolved, manually update repo
317
317
runner : " ubuntu-24.04-amd64"
318
318
permissions :
319
319
contents : write # for pushing to Helm Charts repository
@@ -501,7 +501,7 @@ jobs:
501
501
azure-upload :
502
502
if : ${{ ! cancelled() && ! failure() && ! contains(inputs.skip_step, 'azure-upload') }}
503
503
name : Upload packages to Azure
504
- runs-on : ubuntu-24.04
504
+ runs-on : ubuntu-24.04-amd64
505
505
needs : [variables, binaries]
506
506
permissions :
507
507
id-token : write
@@ -545,7 +545,7 @@ jobs:
545
545
github-release :
546
546
if : ${{ ! cancelled() && ! failure() && ! contains(inputs.skip_step, 'github-release') }}
547
547
name : Publish release to GitHub
548
- runs-on : ubuntu-24.04
548
+ runs-on : ubuntu-24.04-amd64
549
549
needs : [variables, binaries, release-oss, release-plus-gcr-nginx]
550
550
permissions :
551
551
contents : write # to modify the release
You can’t perform that action at this time.
0 commit comments