Skip to content

Commit

Permalink
github: enable deployment test for all platforms (#144)
Browse files Browse the repository at this point in the history
These boards are now available and should be working.

Signed-off-by: Gerwin Klein <[email protected]>
  • Loading branch information
lsf37 authored Feb 8, 2024
1 parent 1d092ed commit f0fb22b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/camkes-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@ jobs:
strategy:
matrix:
platform:
# - ODROID_XU
- ODROID_XU
- ODROID_XU4
- PC99
# - TX1
- TX1
- TX2
- IMX8MM_EVK
# - IMX8MQ_EVK
- IMX8MQ_EVK
steps:
- uses: seL4/ci-actions/camkes-test@master
with:
Expand Down Expand Up @@ -79,13 +79,13 @@ jobs:
strategy:
matrix:
platform:
# - ODROID_XU
- ODROID_XU
- ODROID_XU4
- PC99
# - TX1
- TX1
- TX2
- IMX8MM_EVK
# - IMX8MQ_EVK
- IMX8MQ_EVK
# do not run concurrently with other workflows, but do run concurrently in the build matrix
concurrency: camkes-hw-${{ strategy.job-index }}
steps:
Expand Down

0 comments on commit f0fb22b

Please sign in to comment.