Skip to content

Commit

Permalink
cicd: Add support for DART-MX8M
Browse files Browse the repository at this point in the history
Add DART-MX8M demos to the workflow by adding 'dart_mx8mq' to the machine variable.

Signed-off-by: Andre Morishita <andre.m@variscite.com>
  • Loading branch information
morishitaandre committed Oct 31, 2024
1 parent a587294 commit d975da8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-mcuxpresso.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
fail-fast: false
matrix:
machine: ['som_mx8mn', 'som_mx93', 'dart_mx93', 'dart_mx8mm', 'dart_mx8mp', 'som_mx8mp']
machine: ['som_mx8mn', 'som_mx93', 'dart_mx93', 'dart_mx8mm', 'dart_mx8mp', 'som_mx8mp', 'dart_mx8mq']
steps:

# Step 1: Checkout repository
Expand Down

0 comments on commit d975da8

Please sign in to comment.