From 3850025e6319afb1cbdc675ee9381f9e4f3819e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bruno=20Ryb=C3=A1rsky?= Date: Thu, 27 Feb 2025 17:36:40 +0100 Subject: [PATCH] Yet another test --- compile-with-docker.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compile-with-docker.sh b/compile-with-docker.sh index a7f5801..bf393b9 100755 --- a/compile-with-docker.sh +++ b/compile-with-docker.sh @@ -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/" \ No newline at end of file + TARGET=f4hwn \ + && cp f4hwn* compiled-firmware/" \ No newline at end of file