We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4aa3621 commit 2a4c9a6Copy full SHA for 2a4c9a6
1 file changed
.github/workflows/build.yml
@@ -35,7 +35,7 @@ jobs:
35
atf: true
36
37
- board: bpi-r2pro
38
- boots: "sdmmc emmc"
+ boots: "sdmmc"
39
atf: false
40
41
- board: bpi-r3
@@ -112,9 +112,9 @@ jobs:
112
bash build.sh build
113
bash build.sh rename
114
115
- git checkout build.conf
116
# ATF builds (optional)
117
if [ "${{ matrix.atf }}" = "true" ]; then
+ git checkout build.conf
118
echo "---- ATF build for $boot ----"
119
120
git checkout $ATF_BRANCH
@@ -135,11 +135,11 @@ jobs:
135
136
137
fi
138
+ rm -f build.conf
139
else
140
bash build.sh createimg non-interactive
141
142
-
- rm -f build.conf
143
done
144
145
- name: Upload artifacts
0 commit comments