We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d7cb73 commit 5cf01f3Copy full SHA for 5cf01f3
.github/workflows/release.yml
@@ -501,7 +501,7 @@ jobs:
501
azure-upload:
502
if: ${{ ! cancelled() && ! failure() && ! contains(inputs.skip_step, 'azure-upload') }}
503
name: Upload packages to Azure
504
- runs-on: ubuntu-24.04
+ runs-on: ubuntu-24.04-amd64
505
needs: [variables, binaries]
506
permissions:
507
id-token: write
@@ -545,7 +545,7 @@ jobs:
545
github-release:
546
if: ${{ ! cancelled() && ! failure() && ! contains(inputs.skip_step, 'github-release') }}
547
name: Publish release to GitHub
548
549
needs: [variables, binaries, release-oss, release-plus-gcr-nginx]
550
551
contents: write # to modify the release
0 commit comments