Skip to content

Commit aada62e

Browse files
[MISC] Downgrade ARM runner to 22.04 (#71)
1 parent 29c75ed commit aada62e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

machines/spread.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,9 @@ backends:
7676
allocate: |
7777
sudo tee /etc/ssh/sshd_config.d/10-spread-github-ci.conf << 'EOF'
7878
PasswordAuthentication yes
79-
PermitEmptyPasswords yes
8079
EOF
8180
82-
sudo passwd --delete "$USER"
81+
echo "runner:$SPREAD_PASSWORD" | sudo chpasswd
8382
8483
ADDRESS localhost
8584
# HACK: spread does not pass environment variables set on runner
@@ -93,7 +92,9 @@ backends:
9392
systems:
9493
- ubuntu-24.04:
9594
username: runner
96-
- ubuntu-24.04-arm:
95+
# TODO: Revert to ubuntu-24.04-arm once Kernel 6.14 issue is solved
96+
# https://gitlab.com/apparmor/apparmor/-/issues/571
97+
- ubuntu-22.04-arm:
9798
username: runner
9899
variants:
99100
- -juju29

0 commit comments

Comments
 (0)