File tree Expand file tree Collapse file tree 2 files changed +7
-16
lines changed
Expand file tree Collapse file tree 2 files changed +7
-16
lines changed Original file line number Diff line number Diff line change 1818 merge_group :
1919 types : [checks_requested]
2020jobs :
21- qnx-build-arm64 :
21+ qnx-build :
2222 uses : eclipse-score/cicd-workflows/.github/workflows/qnx-build.yml@main
2323 permissions :
2424 contents : read
2525 pull-requests : read
26+ strategy :
27+ matrix :
28+ config : ['arm64-qnx', 'x86_64-qnx']
2629 with :
2730 bazel-target : ' //src/...'
28- bazel-config : ' arm64-qnx'
29- credential-helper : ' scripts/internal/qnx_creds.py'
30- environment-name : ' workflow-approval'
31- secrets :
32- score-qnx-license : ${{ secrets.SCORE_QNX_LICENSE }}
33- score-qnx-user : ${{ secrets.SCORE_QNX_USER }}
34- score-qnx-password : ${{ secrets.SCORE_QNX_PASSWORD }}
35- qnx-build-x86_64 :
36- uses : eclipse-score/cicd-workflows/.github/workflows/qnx-build.yml@main
37- permissions :
38- contents : read
39- pull-requests : read
40- with :
41- bazel-target : ' //src/...'
42- bazel-config : ' x86_64-qnx'
31+ bazel-config : ${{ matrix.config }}
4332 credential-helper : ' scripts/internal/qnx_creds.py'
4433 environment-name : ' workflow-approval'
4534 secrets :
Original file line number Diff line number Diff line change 2525 push :
2626 branches :
2727 - main
28+ release :
29+ types : [created]
2830
2931jobs :
3032 build-docs :
You can’t perform that action at this time.
0 commit comments