Actions: Move all Linux packaging into subdir (#7332)

This commit is contained in:
Austin
2025-07-13 20:48:17 -04:00
committed by GitHub
parent 45e428eb25
commit f3ff80963a
11 changed files with 32 additions and 31 deletions

View File

@@ -10,8 +10,8 @@ elif (echo $2 | grep -q "nrf52"); then
bin/build-nrf52.sh $1
elif (echo $2 | grep -q "stm32"); then
bin/build-stm32.sh $1
elif (echo $2 | grep -q "rpi2040"); then
bin/build-rpi2040.sh $1
elif (echo $2 | grep -q "rp2xx0"); then
bin/build-rp2xx0.sh $1
else
echo "Unknown target $2"
exit 1