We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0916d19 commit 5a2230cCopy full SHA for 5a2230c
.github/actions/deploy-ubuntu/action.yml
@@ -87,8 +87,7 @@ runs:
87
$SUDO apt-get -y install gnupg
88
source /etc/os-release
89
export CODENAME=$UBUNTU_CODENAME
90
- # arm64 runners don't work with apt-spy2,
91
- # the selected mirrors don't have arm64 binaries
+
92
if [[ "$ARCH" != "$HOST_ARCH" ]]; then
93
# https://github.com/actions/runner-images/issues/675
94
$SUDO gem install apt-spy2
0 commit comments