Skip to content

Commit

Permalink
reduce supported architectures
Browse files Browse the repository at this point in the history
  • Loading branch information
hector-cao committed Oct 11, 2024
1 parent 572e8de commit a10ce4d
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tests/checkbox/bin/wrapper_local
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,6 @@
case "$SNAP_ARCH" in
"amd64") ARCH='x86_64-linux-gnu'
;;
"i386") ARCH='i386-linux-gnu'
;;
"arm64") ARCH='aarch64-linux-gnu'
;;
"armhf") ARCH='arm-linux-gnueabihf'
;;
*)
echo "Unsupported architecture: $SNAP_ARCH"
;;
Expand Down

0 comments on commit a10ce4d

Please sign in to comment.