|
86 | 86 | jobs:
|
87 | 87 | setup-matrix:
|
88 | 88 | name: Set up build matrix
|
89 |
| - # runs-on: ubuntu-latest |
90 |
| - runs-on: ubuntu-24-arm |
| 89 | + runs-on: ubuntu-latest |
| 90 | + # runs-on: ubuntu-24-arm |
91 | 91 | outputs:
|
92 | 92 | test-matrix: ${{ steps.common-matrix.outputs.result }}
|
93 | 93 | prod-matrix: ${{ steps.prod-matrix.outputs.result }}
|
@@ -176,8 +176,8 @@ jobs:
|
176 | 176 |
|
177 | 177 | create-release:
|
178 | 178 | name: Create GitHub release
|
179 |
| - # runs-on: ubuntu-latest |
180 |
| - runs-on: ubuntu-24-arm |
| 179 | + runs-on: ubuntu-latest |
| 180 | + # runs-on: ubuntu-24-arm |
181 | 181 | outputs:
|
182 | 182 | release-tag: build-${{ github.run_number }}
|
183 | 183 | upload-url: ${{ steps.release-view.outputs.upload-url }}
|
@@ -212,8 +212,8 @@ jobs:
|
212 | 212 | contents: read
|
213 | 213 | # Push to ghcr.io repository
|
214 | 214 | packages: write
|
215 |
| - # runs-on: ubuntu-latest |
216 |
| - runs-on: ubuntu-24-arm |
| 215 | + runs-on: ubuntu-latest |
| 216 | + # runs-on: ubuntu-24-arm |
217 | 217 | environment: ${{ (github.ref_name == 'main' && 'staging') || (github.ref_name == 'qa' && 'qa') || (github.ref_name == 'prod' && 'production') }}
|
218 | 218 | strategy:
|
219 | 219 | fail-fast: false
|
@@ -341,8 +341,8 @@ jobs:
|
341 | 341 | checks: write
|
342 | 342 | pull-requests: write
|
343 | 343 | issues: read
|
344 |
| - # runs-on: ubuntu-latest |
345 |
| - runs-on: ubuntu-24-arm |
| 344 | + runs-on: ubuntu-latest |
| 345 | + # runs-on: ubuntu-24-arm |
346 | 346 | strategy:
|
347 | 347 | fail-fast: false
|
348 | 348 | matrix: ${{ fromJson(needs.setup-matrix.outputs.test-matrix) }}
|
@@ -432,8 +432,8 @@ jobs:
|
432 | 432 | checks: write
|
433 | 433 | pull-requests: write
|
434 | 434 | issues: read
|
435 |
| - # runs-on: ubuntu-latest |
436 |
| - runs-on: ubuntu-24-arm |
| 435 | + runs-on: ubuntu-latest |
| 436 | + # runs-on: ubuntu-24-arm |
437 | 437 | strategy:
|
438 | 438 | fail-fast: false
|
439 | 439 | matrix: ${{ fromJson(needs.setup-matrix.outputs.test-matrix) }}
|
@@ -474,8 +474,8 @@ jobs:
|
474 | 474 | issues: read
|
475 | 475 | # Upload SARIF report files
|
476 | 476 | security-events: write
|
477 |
| - # runs-on: ubuntu-latest |
478 |
| - runs-on: ubuntu-24-arm |
| 477 | + runs-on: ubuntu-latest |
| 478 | + # runs-on: ubuntu-24-arm |
479 | 479 | steps:
|
480 | 480 | - name: Log in to GHCR
|
481 | 481 | uses: docker/login-action@v3
|
@@ -555,8 +555,8 @@ jobs:
|
555 | 555 | contents: read
|
556 | 556 | # Push to ghcr.io repository
|
557 | 557 | packages: write
|
558 |
| - # runs-on: ubuntu-latest |
559 |
| - runs-on: ubuntu-24-arm |
| 558 | + runs-on: ubuntu-latest |
| 559 | + # runs-on: ubuntu-24-arm |
560 | 560 | environment: ${{ (github.ref_name == 'main' && 'staging') || (github.ref_name == 'qa' && 'qa') || (github.ref_name == 'prod' && 'production') }}
|
561 | 561 | strategy:
|
562 | 562 | fail-fast: false
|
@@ -779,8 +779,8 @@ jobs:
|
779 | 779 | issues: read
|
780 | 780 | checks: write
|
781 | 781 | pull-requests: write
|
782 |
| - # runs-on: ubuntu-latest |
783 |
| - runs-on: ubuntu-24-arm |
| 782 | + runs-on: ubuntu-latest |
| 783 | + # runs-on: ubuntu-24-arm |
784 | 784 | environment: ${{ (github.ref_name == 'main' && 'staging') || (github.ref_name == 'qa' && 'qa') || (github.ref_name == 'prod' && 'production') }}
|
785 | 785 | strategy:
|
786 | 786 | fail-fast: false
|
@@ -930,8 +930,8 @@ jobs:
|
930 | 930 | issues: read
|
931 | 931 | # Upload SARIF report files
|
932 | 932 | security-events: write
|
933 |
| - # runs-on: ubuntu-latest |
934 |
| - runs-on: ubuntu-24-arm |
| 933 | + runs-on: ubuntu-latest |
| 934 | + # runs-on: ubuntu-24-arm |
935 | 935 | strategy:
|
936 | 936 | fail-fast: false
|
937 | 937 | matrix: ${{ fromJson(needs.setup-matrix.outputs.prod-matrix) }}
|
@@ -1033,8 +1033,8 @@ jobs:
|
1033 | 1033 | # checks: write
|
1034 | 1034 | # pull-requests: write
|
1035 | 1035 | # issues: read
|
1036 |
| - # # runs-on: ubuntu-latest |
1037 |
| - # runs-on: ubuntu-24-arm |
| 1036 | + # runs-on: ubuntu-latest |
| 1037 | + # # runs-on: ubuntu-24-arm |
1038 | 1038 | # environment: ${{ (github.ref_name == 'main' && 'staging') || (github.ref_name == 'qa' && 'qa') || (github.ref_name == 'prod' && 'production') }}
|
1039 | 1039 | # strategy:
|
1040 | 1040 | # fail-fast: false
|
@@ -1109,8 +1109,8 @@ jobs:
|
1109 | 1109 | checks: write
|
1110 | 1110 | pull-requests: write
|
1111 | 1111 | issues: read
|
1112 |
| - # runs-on: ubuntu-latest |
1113 |
| - runs-on: ubuntu-24-arm |
| 1112 | + runs-on: ubuntu-latest |
| 1113 | + # runs-on: ubuntu-24-arm |
1114 | 1114 | environment: ${{ (github.ref_name == 'main' && 'staging') || (github.ref_name == 'qa' && 'qa') || (github.ref_name == 'prod' && 'production') }}
|
1115 | 1115 | strategy:
|
1116 | 1116 | fail-fast: false
|
@@ -1213,8 +1213,8 @@ jobs:
|
1213 | 1213 | # Interact with GitHub OIDC Token endpoint for AWS
|
1214 | 1214 | id-token: write
|
1215 | 1215 | contents: read
|
1216 |
| - # runs-on: ubuntu-latest |
1217 |
| - runs-on: ubuntu-24-arm |
| 1216 | + runs-on: ubuntu-latest |
| 1217 | + # runs-on: ubuntu-24-arm |
1218 | 1218 | environment: ${{ (github.ref_name == 'main' && 'staging') || (github.ref_name == 'qa' && 'qa') || (github.ref_name == 'prod' && 'production') }}
|
1219 | 1219 | strategy:
|
1220 | 1220 | fail-fast: false
|
@@ -1349,8 +1349,8 @@ jobs:
|
1349 | 1349 | checks: write
|
1350 | 1350 | pull-requests: write
|
1351 | 1351 | issues: read
|
1352 |
| - # runs-on: ubuntu-latest |
1353 |
| - runs-on: ubuntu-24-arm |
| 1352 | + runs-on: ubuntu-latest |
| 1353 | + # runs-on: ubuntu-24-arm |
1354 | 1354 | environment: ${{ (github.ref_name == 'main' && 'staging') || (github.ref_name == 'qa' && 'qa') || (github.ref_name == 'prod' && 'production') }}
|
1355 | 1355 | strategy:
|
1356 | 1356 | fail-fast: false
|
@@ -1416,8 +1416,8 @@ jobs:
|
1416 | 1416 | # contents: read
|
1417 | 1417 | # # Push to ghcr.io repository
|
1418 | 1418 | # packages: write
|
1419 |
| - # # runs-on: ubuntu-latest |
1420 |
| - # runs-on: ubuntu-24-arm |
| 1419 | + # runs-on: ubuntu-latest |
| 1420 | + # # runs-on: ubuntu-24-arm |
1421 | 1421 | # environment: ${{ (github.ref_name == 'main' && 'staging') || (github.ref_name == 'qa' && 'qa') || (github.ref_name == 'prod' && 'production') }}
|
1422 | 1422 | # strategy:
|
1423 | 1423 | # fail-fast: false
|
|
0 commit comments