We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a7acc1 commit 41d882cCopy full SHA for 41d882c
.github/workflows/compile-examples.yml
@@ -94,7 +94,15 @@ jobs:
94
- fqbn: "rp2040:rp2040:rpipicow"
95
type: rp2040
96
artifact-name-suffix: rp2040-rp2040-rpipicow
97
-
+ - fqbn: "arduino:zephyr_main:portentah7"
98
+ platform-name: arduino:zephyr_main
99
+ artifact-name-suffix: arduino-zephyr_main-portentah7
100
+ - fqbn: "arduino:zephyr_main:giga"
101
102
+ artifact-name-suffix: arduino-zephyr_main-giga
103
+ - fqbn: "arduino:zephyr_main:opta"
104
105
+ artifact-name-suffix: arduino-zephyr_main-opta
106
107
# make board type-specific customizations to the matrix jobs
108
include:
0 commit comments