Browse Source
Merge branch 'main' into stefannikolei/nullable/metadata_profiles
pull/2330/head
James Jackson-South
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
7 additions and
0 deletions
-
.github/workflows/build-and-test.yml
|
|
|
@ -9,10 +9,13 @@ on: |
|
|
|
pull_request: |
|
|
|
branches: |
|
|
|
- main |
|
|
|
types: [ labeled, opened, synchronize, reopened ] |
|
|
|
jobs: |
|
|
|
Build: |
|
|
|
strategy: |
|
|
|
matrix: |
|
|
|
isARM: |
|
|
|
- ${{ contains(github.event.pull_request.labels.*.name, 'arch:arm32') || contains(github.event.pull_request.labels.*.name, 'arch:arm64') }} |
|
|
|
options: |
|
|
|
- os: ubuntu-latest |
|
|
|
framework: net7.0 |
|
|
|
@ -58,6 +61,10 @@ jobs: |
|
|
|
sdk: 6.0.x |
|
|
|
runtime: -x64 |
|
|
|
codecov: false |
|
|
|
exclude: |
|
|
|
- isARM: false |
|
|
|
options: |
|
|
|
os: buildjet-4vcpu-ubuntu-2204-arm |
|
|
|
|
|
|
|
runs-on: ${{matrix.options.os}} |
|
|
|
|
|
|
|
|