We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf433d5 commit aefd6f9Copy full SHA for aefd6f9
1 file changed
.github/workflows/build.yml
@@ -163,15 +163,15 @@ jobs:
163
fi
164
165
echo "::endgroup::"
166
- # we do not need u-boot.bin for all devices
167
- # only one sdmmc and emmc version (chain loading)
168
- rm -f build.conf
+ git checkout build.conf
169
else
170
echo "::group::baseimage-no-atf"
171
bash build.sh createimg non-interactive
172
173
git checkout build.conf
174
+ # we do not need u-boot.bin for all devices
+ # only one sdmmc and emmc version (chain loading)
175
if [[ ! "${BOOT}" =~ mmc ]]; then
176
echo "cleanup non-mmc u-boot.bin"
177
rm u-boot*${BOOT}.bin
0 commit comments