Merge branch 'al2-aarch64' into 'master'

Add aarch64 build for Amazon Linux 2

See merge request nvidia/container-toolkit/nvidia-docker!25
This commit is contained in:
Evan Lezar 2021-10-19 13:26:58 +00:00
commit 4613cdae34
3 changed files with 5 additions and 3 deletions

3
debian/changelog vendored
View file

@ -1,7 +1,8 @@
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 <cudatools@nvidia.com> Thu, 29 Apr 2021 05:25:25 +0000

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,8 +40,9 @@ 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
- Replace nvidia-container-runtime dependence with nvidia-container-toolit > 1.5.1
* Thu Apr 29 2021 NVIDIA CORPORATION <cudatools@nvidia.com> 2.6.0-1
- Add dependence on nvidia-container-runtime >= 3.5.0