Skip to content

Commit

Permalink
missing i386 bcase in arch setup
Browse files Browse the repository at this point in the history
I'm not sure anyone will notice, though.
  • Loading branch information
geekosaur committed Oct 1, 2024
1 parent d215dc3 commit 7ad918c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions validate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -317,6 +317,9 @@ case "$ARCH" in
x86_64)
ARCH=x86_64
;;
i386)
ARCH=i386
;;
*)
echo "Warning: Unknown architecture '$ARCH'"
;;
Expand Down

0 comments on commit 7ad918c

Please sign in to comment.