Added armhf build to CI.

This commit is contained in:
Jason Heeris 2019-06-16 15:35:56 +10:00 committed by David Peter
parent 0b04bd19df
commit 418233193a
1 changed files with 4 additions and 0 deletions

View File

@ -68,6 +68,10 @@ make_deb() {
i686*)
architecture=i386
;;
arm*hf)
architecture=armhf
gcc_prefix="arm-linux-gnueabihf-"
;;
*)
echo "make_deb: skipping target '${TARGET}'" >&2
return 0