Yet another test
All checks were successful
Build Firmware / build (push) Successful in 20s

This commit is contained in:
2025-02-27 17:36:40 +01:00
parent dc5919ac6f
commit 3850025e63

View File

@@ -13,5 +13,5 @@ fi
echo "Custom compilation..."
docker run --rm -v "${PWD}/compiled-firmware/:/app/compiled-firmware" $IMAGE_NAME /bin/bash -c "mkdir -p compiled-firmware; rm ./compiled-firmware/*; cd /app && make -s \
EDITION_STRING=Custom \
TARGET=f4hwn.custom \
&& cp f4hwn.custom* compiled-firmware/"
TARGET=f4hwn \
&& cp f4hwn* compiled-firmware/"