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 6
6
pull_request :
7
7
branches : [ main ]
8
8
9
- permissions : {}
10
-
11
9
jobs :
12
10
get-version :
13
11
runs-on : ubuntu-latest
31
29
contents : read
32
30
strategy :
33
31
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 }}
40
34
steps :
41
35
- uses : actions/checkout@v4
42
36
Original file line number Diff line number Diff line change 8
8
required : true
9
9
type : string
10
10
11
- permissions : {}
12
-
13
11
jobs :
14
12
get-version :
15
13
runs-on : ubuntu-latest
33
31
contents : read
34
32
strategy :
35
33
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 }}
42
36
steps :
43
37
- uses : actions/checkout@v4
44
38
You can’t perform that action at this time.
0 commit comments