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