Skip to content

Commit

Permalink
Merge branch 'feature/multi-app' of github.com:canonical/ubuntu-frame…
Browse files Browse the repository at this point in the history
… into feature/multi-app
  • Loading branch information
mattkae committed Jul 17, 2024
2 parents e9069fb + ebdb4b1 commit 7d758df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snap/hooks/configure
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ fi
# Start or stop the launcher
if [ "$(snapctl get launcher)" = "true" ]; then
ARCH=$(uname -m)
if [[ "$ARCH" != x86_64* ]] && [[ "$ARCH" != i*86 ]] && [[ "$ARCH" != arm64 ]]; then
if [[ "$ARCH" != @(x86_64*|i*86|arm64) ]]; then
echo "Cannot enable the launcher on $ARCH system"
exit 1
fi
Expand Down

0 comments on commit 7d758df

Please sign in to comment.