From c6895f8d186b3586adaf3bc22ad516cf032a0d80 Mon Sep 17 00:00:00 2001 From: Evan Lezar Date: Mon, 18 Oct 2021 11:54:23 +0200 Subject: [PATCH 1/2] Add aarch64 build for Amazon Linux 2 Signed-off-by: Evan Lezar --- debian/changelog | 1 + docker/docker.mk | 2 +- rpm/SPECS/nvidia-docker2.spec | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index ffb81c2..a37ebc5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,6 @@ nvidia-docker2 (2.7.0~rc.1-1) UNRELEASED; urgency=medium + * Add AARCH64 package for Amazon Linux 2 * [BUILD] Allow for TAG to be specified in Makfile to match other projects * Replace nvidia-container-runtime dependece with nvidia-container-toolit > 1.5.1 diff --git a/docker/docker.mk b/docker/docker.mk index f2a49f9..327645a 100644 --- a/docker/docker.mk +++ b/docker/docker.mk @@ -21,7 +21,7 @@ AMD64_TARGETS := ubuntu20.04 ubuntu18.04 ubuntu16.04 debian10 debian9 X86_64_TARGETS := centos7 centos8 rhel7 rhel8 amazonlinux1 amazonlinux2 opensuse-leap15.1 PPC64LE_TARGETS := ubuntu18.04 ubuntu16.04 centos7 centos8 rhel7 rhel8 ARM64_TARGETS := ubuntu20.04 ubuntu18.04 -AARCH64_TARGETS := centos8 rhel8 +AARCH64_TARGETS := centos8 rhel8 amazonlinux2 # By default run all native docker-based targets docker-native: diff --git a/rpm/SPECS/nvidia-docker2.spec b/rpm/SPECS/nvidia-docker2.spec index acedeb4..eb95954 100644 --- a/rpm/SPECS/nvidia-docker2.spec +++ b/rpm/SPECS/nvidia-docker2.spec @@ -40,6 +40,7 @@ install -m 644 -t %{buildroot}/etc/docker daemon.json %changelog * Mon Sep 06 2021 NVIDIA CORPORATION 2.7.0-0.1.rc.1 +- Add AARCH64 package for Amazon Linux 2 - [BUILD] Allow for TAG to be specified in Makfile to match other projects - Replace nvidia-container-runtime dependece with nvidia-container-toolit > 1.5.1 From ef811953d7bd23b25619b228155c54345f056b52 Mon Sep 17 00:00:00 2001 From: Evan Lezar Date: Mon, 18 Oct 2021 12:25:08 +0200 Subject: [PATCH 2/2] Correct typo in changelog Signed-off-by: Evan Lezar --- debian/changelog | 2 +- rpm/SPECS/nvidia-docker2.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index a37ebc5..63a17b7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,7 +2,7 @@ nvidia-docker2 (2.7.0~rc.1-1) UNRELEASED; urgency=medium * Add AARCH64 package for Amazon Linux 2 * [BUILD] Allow for TAG to be specified in Makfile to match other projects - * Replace nvidia-container-runtime dependece with nvidia-container-toolit > 1.5.1 + * Replace nvidia-container-runtime dependence with nvidia-container-toolit > 1.5.1 -- NVIDIA CORPORATION Thu, 29 Apr 2021 05:25:25 +0000 diff --git a/rpm/SPECS/nvidia-docker2.spec b/rpm/SPECS/nvidia-docker2.spec index eb95954..3d26190 100644 --- a/rpm/SPECS/nvidia-docker2.spec +++ b/rpm/SPECS/nvidia-docker2.spec @@ -42,7 +42,7 @@ install -m 644 -t %{buildroot}/etc/docker daemon.json * Mon Sep 06 2021 NVIDIA CORPORATION 2.7.0-0.1.rc.1 - Add AARCH64 package for Amazon Linux 2 - [BUILD] Allow for TAG to be specified in Makfile to match other projects -- Replace nvidia-container-runtime dependece with nvidia-container-toolit > 1.5.1 +- Replace nvidia-container-runtime dependence with nvidia-container-toolit > 1.5.1 * Thu Apr 29 2021 NVIDIA CORPORATION 2.6.0-1 - Add dependence on nvidia-container-runtime >= 3.5.0