Skip to content

Commit fff561c

Browse files
authored
Merge branch 'main' into renovate/reconfigure
2 parents efeb7f8 + eb6244c commit fff561c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ jobs:
313313
branch: ${{ inputs.release_branch }}
314314
ic_version: ${{ inputs.nic_version }}
315315
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
317317
runner: "ubuntu-24.04-amd64"
318318
permissions:
319319
contents: write # for pushing to Helm Charts repository
@@ -501,7 +501,7 @@ jobs:
501501
azure-upload:
502502
if: ${{ ! cancelled() && ! failure() && ! contains(inputs.skip_step, 'azure-upload') }}
503503
name: Upload packages to Azure
504-
runs-on: ubuntu-24.04
504+
runs-on: ubuntu-24.04-amd64
505505
needs: [variables, binaries]
506506
permissions:
507507
id-token: write
@@ -545,7 +545,7 @@ jobs:
545545
github-release:
546546
if: ${{ ! cancelled() && ! failure() && ! contains(inputs.skip_step, 'github-release') }}
547547
name: Publish release to GitHub
548-
runs-on: ubuntu-24.04
548+
runs-on: ubuntu-24.04-amd64
549549
needs: [variables, binaries, release-oss, release-plus-gcr-nginx]
550550
permissions:
551551
contents: write # to modify the release

0 commit comments

Comments
 (0)