This repository was archived by the owner on Nov 30, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 14
14
POWERSHELL_VERSION=${1:- " latest" }
15
15
MICROSOFT_GPG_KEYS_URI=" https://packages.microsoft.com/keys/microsoft.asc"
16
16
POWERSHELL_ARCHIVE_ARCHITECTURES=" amd64"
17
- POWERSHELL_ARCHIVE_VERSION_CODENAMES=" stretch buster bionic focal"
17
+ POWERSHELL_ARCHIVE_VERSION_CODENAMES=" stretch buster bionic focal bullseye jammy "
18
18
GPG_KEY_SERVERS=" keyserver hkp://keyserver.ubuntu.com:80
19
19
keyserver hkps://keys.openpgp.org
20
20
keyserver hkp://keyserver.pgp.com"
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ GIT_LFS_ARCHIVE_ARCHITECTURES="amd64 arm64"
9
9
GIT_LFS_ARCHIVE_VERSION_CODENAMES = " stretch buster bullseye bionic focal jammy"
10
10
GIT_LFS_CHECKSUM_GPG_KEYS = " 0x88ace9b29196305ba9947552f1ba225c0223b187 0x86cd3297749375bcf8206715f54fe648088335a9 0xaa3b3450295830d2de6db90caba67be5a5795889"
11
11
POWERSHELL_ARCHIVE_ARCHITECTURES = " amd64"
12
- POWERSHELL_ARCHIVE_VERSION_CODENAMES = " stretch buster bionic focal"
12
+ POWERSHELL_ARCHIVE_VERSION_CODENAMES = " stretch buster bionic focal bullseye jammy "
13
13
AZCLI_ARCHIVE_ARCHITECTURES = " amd64"
14
14
AZCLI_ARCHIVE_VERSION_CODENAMES = " stretch buster bullseye bionic focal jammy"
15
15
DOTNET_ARCHIVE_ARCHITECTURES = " amd64"
You can’t perform that action at this time.
0 commit comments