Skip to content

Commit 266b752

Browse files
author
Evan Lezar
committed
Merge branch 'al2-aarch64' into 'master'
Add aarch64 build for Amazon Linux 2 See merge request nvidia/container-toolkit/container-toolkit!55
2 parents a036a83 + 7fc33d0 commit 266b752

File tree

7 files changed

+7
-4
lines changed

7 files changed

+7
-4
lines changed

docker/docker.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ AMD64_TARGETS := ubuntu20.04 ubuntu18.04 ubuntu16.04 debian10 debian9
1717
X86_64_TARGETS := centos7 centos8 rhel7 rhel8 amazonlinux1 amazonlinux2 opensuse-leap15.1
1818
PPC64LE_TARGETS := ubuntu18.04 ubuntu16.04 centos7 centos8 rhel7 rhel8
1919
ARM64_TARGETS := ubuntu20.04 ubuntu18.04
20-
AARCH64_TARGETS := centos8 rhel8
20+
AARCH64_TARGETS := centos8 rhel8 amazonlinux2
2121

2222
# Define top-level build targets
2323
docker%: SHELL:=/bin/bash

packaging/debian/changelog

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
nvidia-container-toolkit (1.6.0~rc.1-1) experimental; urgency=medium
22

3+
* Add AARCH64 package for Amazon Linux 2
34
* Include nvidia-container-runtime into nvidia-container-toolkit package
45

56
-- NVIDIA CORPORATION <[email protected]> Mon, 06 Sep 2021 12:24:05 +0200

packaging/rpm/SPECS/nvidia-container-toolkit.spec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ rm -f %{_bindir}/nvidia-container-runtime-hook
6666
%changelog
6767
* Mon Sep 06 2021 NVIDIA CORPORATION <[email protected]> 1.6.0-0.1.rc.1
6868

69+
- Add AARCH64 package for Amazon Linux 2
6970
- Include nvidia-container-runtime into nvidia-container-toolkit package
7071

7172
* Mon Jun 14 2021 NVIDIA CORPORATION <[email protected]> 1.5.1-1

scripts/release.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ PROJECT_ROOT="$( cd ${SCRIPTS_DIR}/.. && pwd )"
2929
# can be overridden by specifying command line arguments.
3030
all=(
3131
amazonlinux1-x86_64
32+
amazonlinux2-aarch64
3233
amazonlinux2-x86_64
3334
centos7-ppc64le
3435
centos7-x86_64

third_party/libnvidia-container

Submodule libnvidia-container updated from d78f1f4 to 1fa138a
Submodule nvidia-container-runtime updated from 2e721ab to cd6aef4

third_party/nvidia-docker

Submodule nvidia-docker updated from 52ed103 to 4613cda

0 commit comments

Comments
 (0)