Skip to content

Commit 9be9b89

Browse files
committed
Add aarch64 build for Amazon Linux 2
Signed-off-by: Evan Lezar <[email protected]>
1 parent a036a83 commit 9be9b89

File tree

4 files changed

+4
-1
lines changed

4 files changed

+4
-1
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

0 commit comments

Comments
 (0)