Skip to content

Commit

Permalink
github: additional build platform QEMU
Browse files Browse the repository at this point in the history
Signed-off-by: Axel Heider <axel.heider@gmx.de>
  • Loading branch information
axel-h committed Dec 18, 2023
1 parent 207f5cf commit 75636f6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sel4webserver-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
strategy:
fail-fast: false
matrix:
platform: [ODROID_XU4, ODROID_C2, TX2]
platform: [ARMVIRT, ODROID_XU4, ODROID_C2, TX2]
steps:
- uses: seL4/ci-actions/webserver@master
with:
Expand All @@ -58,7 +58,7 @@ jobs:
strategy:
fail-fast: false
matrix:
platform: [ODROID_XU4, ODROID_C2, TX2]
platform: [ARMVIRT, ODROID_XU4, ODROID_C2, TX2]
# do not run concurrently with other workflows, but do run concurrently in the build matrix
concurrency: webserver-hw-${{ strategy.job-index }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
platform: [ODROID_XU4, ODROID_C2, TX2]
platform: [ARMVIRT, ODROID_XU4, ODROID_C2, TX2]
steps:
- uses: seL4/ci-actions/webserver@master
with:
Expand Down

0 comments on commit 75636f6

Please sign in to comment.