Add aarch64 build for Amazon Linux 2

Signed-off-by: Evan Lezar <elezar@nvidia.com>
This commit is contained in:
Evan Lezar 2021-10-18 11:54:23 +02:00
parent 7f453642e7
commit c6895f8d18
3 changed files with 3 additions and 1 deletions

1
debian/changelog vendored
View file

@ -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

View file

@ -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:

View file

@ -40,6 +40,7 @@ install -m 644 -t %{buildroot}/etc/docker daemon.json
%changelog
* Mon Sep 06 2021 NVIDIA CORPORATION <cudatools@nvidia.com> 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