We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2e9d7f2 + a369ad4 commit c0952c8Copy full SHA for c0952c8
1 file changed
build_complete.sh
@@ -40,7 +40,8 @@ arm_boards="
40
kukui peach-pi peach-pit stumpy daisy-spring trogdor
41
"
42
#a list of shims that have a patch for the sh1mmer vulnerability
43
-bad_boards="reef sand snappy pyro"
+bad_boards="reef sand pyro"
44
+
45
if grep -q "$board" <<< "$arm_boards" > /dev/null; then
46
print_info "automatically detected arm64 device name"
47
arch="arm64"
0 commit comments