Skip to content

Commit

Permalink
support arm64 variance in install-chrome (#765)
Browse files Browse the repository at this point in the history
  • Loading branch information
lherman-cs authored Aug 27, 2024
1 parent 774748d commit 3afa8c6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build/chrome/install-chrome
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
#!/bin/bash
set -euxo pipefail

if [ "$1" = "linux/arm64" ]
then
if [[ "$1" == linux/arm64* ]]; then
apt-get update
apt-get install -y \
ca-certificates \
Expand Down

0 comments on commit 3afa8c6

Please sign in to comment.