File tree Expand file tree Collapse file tree 2 files changed +4
-16
lines changed Expand file tree Collapse file tree 2 files changed +4
-16
lines changed Original file line number Diff line number Diff line change 66 pull_request :
77 branches : [ main ]
88
9- permissions : {}
10-
119jobs :
1210 get-version :
1311 runs-on : ubuntu-latest
3129 contents : read
3230 strategy :
3331 matrix :
34- include :
35- - arch : x86_64
36- runner : codebuild-project-awsaws-lambda-nodejs-runtime-interface-client-${{ github.run_id }}-${{ github.run_attempt }}
37- - arch : aarch64
38- runner : codebuild-project-awsaws-lambda-nodejs-runtime-interface-client-${{ github.run_id }}-${{ github.run_attempt }}
39- runs-on : ${{ matrix.runner }}
32+ arch : [x86_64, aarch64]
33+ runs-on : codebuild-project-awsaws-lambda-nodejs-runtime-interface-client-${{ github.run_id }}-${{ github.run_attempt }}
4034 steps :
4135 - uses : actions/checkout@v4
4236
Original file line number Diff line number Diff line change 88 required : true
99 type : string
1010
11- permissions : {}
12-
1311jobs :
1412 get-version :
1513 runs-on : ubuntu-latest
3331 contents : read
3432 strategy :
3533 matrix :
36- include :
37- - arch : x86_64
38- runner : codebuild-project-awsaws-lambda-nodejs-runtime-interface-client-${{ github.run_id }}-${{ github.run_attempt }}
39- - arch : aarch64
40- runner : codebuild-project-awsaws-lambda-nodejs-runtime-interface-client-${{ github.run_id }}-${{ github.run_attempt }}
41- runs-on : ${{ matrix.runner }}
34+ arch : [x86_64, aarch64]
35+ runs-on : codebuild-project-awsaws-lambda-nodejs-runtime-interface-client-${{ github.run_id }}-${{ github.run_attempt }}
4236 steps :
4337 - uses : actions/checkout@v4
4438
You can’t perform that action at this time.
0 commit comments