Skip to content

Commit 5c3ea36

Browse files
committed
ci: add ram builds
1 parent 8e4a8bd commit 5c3ea36

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,27 +42,27 @@ jobs:
4242
ram8g: false
4343

4444
- board: bpi-r3
45-
boots: "sdmmc emmc spi-nand spi-nor"
45+
boots: "sdmmc emmc spi-nand spi-nor ram"
4646
atf: true
4747
ram8g: false
4848

4949
- board: bpi-r3mini
50-
boots: "emmc spi-nand"
50+
boots: "emmc spi-nand ram"
5151
atf: true
5252
ram8g: false
5353

5454
- board: bpi-r4
55-
boots: "sdmmc emmc spi-nand"
55+
boots: "sdmmc emmc spi-nand ram"
5656
atf: true
5757
ram8g: true
5858

5959
- board: bpi-r4lite
60-
boots: "sdmmc emmc spi-nand"
60+
boots: "sdmmc emmc spi-nand ram"
6161
atf: true
6262
ram8g: false
6363

6464
- board: bpi-r4pro
65-
boots: "sdmmc emmc spi-nand"
65+
boots: "sdmmc emmc spi-nand ram"
6666
atf: true
6767
ram8g: true
6868

0 commit comments

Comments
 (0)