Skip to content
Snippets Groups Projects
Commit 19097c0c authored by Cédric Moreau's avatar Cédric Moreau
Browse files

[fix] ARM build

parent f5d6df17
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ make) ...@@ -7,7 +7,7 @@ make)
case "$2" in case "$2" in
arm) arm)
cd release/arch/arm cd release/arch/arm
./build-deb.sh ./build-arm.sh
if [ ! $? -eq 0 ]; then if [ ! $? -eq 0 ]; then
echo ">> Something went wrong. Stopping build." echo ">> Something went wrong. Stopping build."
else else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment