This commit is contained in:
2026-03-21 18:21:36 +03:30
parent 9835a15fa3
commit 52b776cd08
-41
View File
@@ -19,47 +19,6 @@ jobs:
runs-on: self-hosted
container:
image: mirror2.chabokan.net/ubuntu:24.04
options: --add-host gitea:172.17.0.1
steps:
- name: Setup Ubuntu apt mirrors
run: |
tee /etc/apt/sources.list > /dev/null <<'EOF'
deb https://mirror-linux.runflare.com/ubuntu/ noble main restricted universe multiverse
deb https://mirror-linux.runflare.com/ubuntu/ noble-updates main restricted universe multiverse
deb https://mirror-linux.runflare.com/ubuntu/ noble-backports main restricted universe multiverse
deb https://mirror-linux.runflare.com/ubuntu/ noble-security main restricted universe multiverse
deb [trusted=yes] https://mirror2.chabokan.net/ubuntu noble main universe
deb [trusted=yes] https://mirror2.chabokan.net/ubuntu noble-updates main universe
deb [trusted=yes] https://mirror2.chabokan.net/ubuntu noble-security main universe
deb http://mirror.iranserver.com/ubuntu/ noble main restricted
deb-src http://mirror.iranserver.com/ubuntu/ noble main restricted
deb http://mirror.iranserver.com/ubuntu/ noble-updates main restricted
deb-src http://mirror.iranserver.com/ubuntu/ noble-updates main restricted
deb http://mirror.iranserver.com/ubuntu/ noble universe
deb-src http://mirror.iranserver.com/ubuntu/ noble universe
deb http://mirror.iranserver.com/ubuntu/ noble-updates universe
deb http://mirror.iranserver.com/ubuntu/ noble multiverse
deb-src http://mirror.iranserver.com/ubuntu/ noble multiverse
deb http://mirror.iranserver.com/ubuntu/ noble-updates multiverse
deb-src http://mirror.iranserver.com/ubuntu/ noble-updates multiverse
deb http://mirror.iranserver.com/ubuntu/ noble-backports main restricted universe multiverse
deb-src http://mirror.iranserver.com/ubuntu/ noble-backports main restricted universe multiverse
EOF
apt-get update
- name: Setup SSH key