diff options
-rw-r--r-- | jjb/common/include-apps-header.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/common/include-apps-header.sh b/jjb/common/include-apps-header.sh index 9afcbde6..e04ec86e 100644 --- a/jjb/common/include-apps-header.sh +++ b/jjb/common/include-apps-header.sh @@ -103,7 +103,7 @@ fi case "$TARGETARCH" in arm) - export TARGETSDKARCH="armv7vehf-neon-vfpv4" + export TARGETSDKARCH="armv7ve.*hf-neon-vfpv4" export TARGETSDKMACHINE="raspberrypi3" ;; x86-64) |