Skip to content

Commit 5a2230c

Browse files
committed
remove outdated comment regarding apt-spy2 and arm64
1 parent 0916d19 commit 5a2230c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/actions/deploy-ubuntu/action.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,7 @@ runs:
8787
$SUDO apt-get -y install gnupg
8888
source /etc/os-release
8989
export CODENAME=$UBUNTU_CODENAME
90-
# arm64 runners don't work with apt-spy2,
91-
# the selected mirrors don't have arm64 binaries
90+
9291
if [[ "$ARCH" != "$HOST_ARCH" ]]; then
9392
# https://github.com/actions/runner-images/issues/675
9493
$SUDO gem install apt-spy2

0 commit comments

Comments
 (0)