diff options
author | Josh Spicer <joshspicer@github.com> | 2022-08-01 21:17:02 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-01 21:17:02 +0300 |
commit | 0ad7ef4ac3d0ed95ecb4439e302b8b94a6237f9a (patch) | |
tree | b9bf4804a16da0c409318fb71cf7d664ed646321 /src | |
parent | 1a2c305115c2c4be9a31315d08877bbcc96f12a0 (diff) |
parity with https://github.com/microsoft/vscode-dev-containers/pull/1561
Diffstat (limited to 'src')
-rwxr-xr-x | src/git-lfs/install.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/git-lfs/install.sh b/src/git-lfs/install.sh index e5934fa..03e22e5 100755 --- a/src/git-lfs/install.sh +++ b/src/git-lfs/install.sh @@ -10,8 +10,8 @@ GIT_LFS_VERSION=${VERSION:-"latest"} GIT_LFS_ARCHIVE_GPG_KEY_URI="https://packagecloud.io/github/git-lfs/gpgkey" -GIT_LFS_ARCHIVE_ARCHITECTURES="amd64" -GIT_LFS_ARCHIVE_VERSION_CODENAMES="stretch buster bullseye bionic focal" +GIT_LFS_ARCHIVE_ARCHITECTURES="amd64 arm64" +GIT_LFS_ARCHIVE_VERSION_CODENAMES="stretch buster bullseye bionic focal jammy" GIT_LFS_CHECKSUM_GPG_KEYS="0x88ace9b29196305ba9947552f1ba225c0223b187 0x86cd3297749375bcf8206715f54fe648088335a9 0xaa3b3450295830d2de6db90caba67be5a5795889" GPG_KEY_SERVERS="keyserver hkp://keyserver.ubuntu.com:80 keyserver hkps://keys.openpgp.org |