File tree Expand file tree Collapse file tree 1 file changed +1
-14
lines changed Expand file tree Collapse file tree 1 file changed +1
-14
lines changed Original file line number Diff line number Diff line change 7
7
jobs :
8
8
build :
9
9
name : Build containers
10
- runs-on : ubuntu-latest
10
+ runs-on : ubuntu-24.04
11
11
strategy :
12
12
fail-fast : false
13
13
matrix :
14
14
builder_name :
15
- - rust-nostd-avr
16
15
- rust-nostd-esp
17
- - rust-std-esp
18
- - rust-training-esp32c3
19
16
20
17
env :
21
18
BUILDER_NAME : ${{ matrix.builder_name }}
24
21
- uses : actions/checkout@v4
25
22
- name : Build container
26
23
run : docker build -t "wokwi/builder-${BUILDER_NAME}" ${BUILDER_NAME}
27
-
28
- - name : Test rust-std-esp container
29
- if : matrix.builder_name == 'rust-std-esp'
30
- run : |
31
- docker run --rm -e WOKWI_MCU=esp32 "wokwi/builder-${BUILDER_NAME}" ./compile.sh
32
- docker run --rm -e WOKWI_MCU=esp32-c3 "wokwi/builder-${BUILDER_NAME}" ./compile.sh
33
- docker run --rm -e WOKWI_MCU=esp32-c6 "wokwi/builder-${BUILDER_NAME}" ./compile.sh
34
- docker run --rm -e WOKWI_MCU=esp32-h2 "wokwi/builder-${BUILDER_NAME}" ./compile.sh
35
- docker run --rm -e WOKWI_MCU=esp32-s2 "wokwi/builder-${BUILDER_NAME}" ./compile.sh
36
- docker run --rm -e WOKWI_MCU=esp32-s3 "wokwi/builder-${BUILDER_NAME}" ./compile.sh
You can’t perform that action at this time.
0 commit comments