adoptium: add 21 LTS

This commit is contained in:
Thomas Lee 2023-10-11 21:01:51 +08:00 committed by GitHub
parent e1c90a2e58
commit c31134b6f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,7 @@ import requests
DOWNLOAD_TIMEOUT = int(os.getenv('DOWNLOAD_TIMEOUT', '1800'))
BASE_PATH = os.getenv('TUNASYNC_WORKING_DIR')
BASE_URL = os.getenv('TUNASYNC_UPSTREAM_URL', "https://packages.adoptium.net/artifactory")
FEATURE_VERSIONS = [8, 11, 17, 18, 19]
FEATURE_VERSIONS = [8, 11, 17, 18, 19, 21]
def download_file(url: str, dst_file: Path)->bool:
try: