Skip to content

Commit

Permalink
Merge pull request #124 from Native-Planet/arm-test
Browse files Browse the repository at this point in the history
Fix build script for ARM
  • Loading branch information
nallux-dozryl authored Feb 9, 2023
2 parents 894eae6 + ac78597 commit d733e43
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build-scripts/builder.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
rm -f /binary/groundseg
python3.10 -m pip install -r /api/requirements.txt
python3.10 -m nuitka --clang --onefile /api/groundseg.py -o /binary/groundseg
python3.10 -m nuitka --clang --onefile /api/groundseg.py -o groundseg-bin
mv groundseg-bin /binary/groundseg

0 comments on commit d733e43

Please sign in to comment.