We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e4a8bd commit 5c3ea36Copy full SHA for 5c3ea36
1 file changed
.github/workflows/build.yml
@@ -42,27 +42,27 @@ jobs:
42
ram8g: false
43
44
- board: bpi-r3
45
- boots: "sdmmc emmc spi-nand spi-nor"
+ boots: "sdmmc emmc spi-nand spi-nor ram"
46
atf: true
47
48
49
- board: bpi-r3mini
50
- boots: "emmc spi-nand"
+ boots: "emmc spi-nand ram"
51
52
53
54
- board: bpi-r4
55
- boots: "sdmmc emmc spi-nand"
+ boots: "sdmmc emmc spi-nand ram"
56
57
ram8g: true
58
59
- board: bpi-r4lite
60
61
62
63
64
- board: bpi-r4pro
65
66
67
68
0 commit comments