Skip to content

Commit

Permalink
fix armv7 detection during image build (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
reubenmiller authored Dec 5, 2023
1 parent c49ed04 commit 3601227
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/thin-edge.io/steps/00-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ echo
# install thin-edge.io
arch=$(uname -m)
case "$arch" in
*arm7*)
*armv7*)
# Due to differences between the build process and the target device, the arch
# used for installation needs to be forced to armv6.
echo "Using armv6 workaround" | tee -a "${RECIPE_DIR}/build.log"
Expand Down

0 comments on commit 3601227

Please sign in to comment.