mirror of
https://github.com/tuna/tunasync-scripts.git
synced 2025-12-26 00:42:46 +00:00
Merge pull request #177 from yushijinhun/patch-1
Some checks failed
docker-images / multi (., tunasync-scripts) (push) Has been cancelled
docker-images / multi (bandersnatch) (push) Has been cancelled
docker-images / multi (dockerfiles/rubygems, rubygems-mirror) (push) Has been cancelled
docker-images / multi (ftpsync) (push) Has been cancelled
docker-images / multi (nix-channels) (push) Has been cancelled
docker-images / multi (pub-mirror) (push) Has been cancelled
docker-images / multi (rustup-mirror) (push) Has been cancelled
Some checks failed
docker-images / multi (., tunasync-scripts) (push) Has been cancelled
docker-images / multi (bandersnatch) (push) Has been cancelled
docker-images / multi (dockerfiles/rubygems, rubygems-mirror) (push) Has been cancelled
docker-images / multi (ftpsync) (push) Has been cancelled
docker-images / multi (nix-channels) (push) Has been cancelled
docker-images / multi (pub-mirror) (push) Has been cancelled
docker-images / multi (rustup-mirror) (push) Has been cancelled
apt-sync: add noble to @ubuntu-lts
This commit is contained in:
commit
ab495a3c8c
|
|
@ -29,7 +29,7 @@ if USE_ADDR_FAMILY != '':
|
|||
urllib3_cn.allowed_gai_family = lambda: socket.AF_INET if USE_ADDR_FAMILY == 'ipv4' else socket.AF_INET6
|
||||
|
||||
OS_TEMPLATE = {
|
||||
'ubuntu-lts': ["focal", "jammy"],
|
||||
'ubuntu-lts': ["focal", "jammy", "noble"],
|
||||
'debian-current': ["buster", "bullseye", "bookworm"],
|
||||
'debian-latest2': ["bullseye", "bookworm"],
|
||||
'debian-latest': ["bookworm"],
|
||||
|
|
|
|||
Loading…
Reference in New Issue