Skip to content

Commit a84b42a

Browse files
committed
Add support for arm64 image
1 parent 7673c04 commit a84b42a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

ci/scripts/util_free_space.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@ sudo rm -rf /opt/hostedtoolcache/PyPy || :
8787
# 376MB
8888
sudo rm -rf /opt/hostedtoolcache/node || :
8989
# Remove Web browser packages
90-
sudo apt purge -y \
91-
firefox \
92-
google-chrome-stable \
93-
microsoft-edge-stable
90+
sudo apt purge -y firefox
91+
sudo apt purge -y google-chrome-stable
92+
# microsoft-edge-stable isn't installed on arm64 image.
93+
sudo apt purge -y microsoft-edge-stable || :
9494
df -h

0 commit comments

Comments
 (0)