Skip to content

Commit

Permalink
Merge branch 'al2-aarch64' into 'master'
Browse files Browse the repository at this point in the history
Add aarch64 build for Amazon Linux 2

See merge request nvidia/container-toolkit/libnvidia-container!98
  • Loading branch information
Evan Lezar committed Oct 18, 2021
2 parents b65f7e0 + 1e4d6a3 commit 1fa138a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion mk/docker.mk
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,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 := ubuntu18.04
AARCH64_TARGETS := centos8 rhel8
AARCH64_TARGETS := centos8 rhel8 amazonlinux2

# Define top-level build targets
docker%: SHELL:=/bin/bash
Expand Down
2 changes: 2 additions & 0 deletions pkg/deb/changelog
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
libnvidia-container (1.6.0~rc.1-1) experimental; urgency=medium

* Add AARCH64 package for Amazon Linux 2

-- NVIDIA CORPORATION <[email protected]> Mon, 20 Sep 2021 22:24:22 +0200

libnvidia-container (1.5.1-1) UNRELEASED; urgency=medium
Expand Down
1 change: 1 addition & 0 deletions pkg/rpm/SPECS/libnvidia-container.spec
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ This package contains command-line tools that facilitate using the library.

%changelog
* Mon Sep 20 2021 NVIDIA CORPORATION <[email protected]> 1.6.0-0.1.rc.1
- Add AARCH64 package for Amazon Linux 2

* Mon Sep 20 2021 NVIDIA CORPORATION <[email protected]> 1.5.1-1
- Promote 1.5.1-0.1.rc.1 to 1.5.1-1
Expand Down

0 comments on commit 1fa138a

Please sign in to comment.