Skip to content

Commit 1fa138a

Browse files
author
Evan Lezar
committed
Merge branch 'al2-aarch64' into 'master'
Add aarch64 build for Amazon Linux 2 See merge request nvidia/container-toolkit/libnvidia-container!98
2 parents b65f7e0 + 1e4d6a3 commit 1fa138a

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

mk/docker.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ AMD64_TARGETS := ubuntu20.04 ubuntu18.04 ubuntu16.04 debian10 debian9
3232
X86_64_TARGETS := centos7 centos8 rhel7 rhel8 amazonlinux1 amazonlinux2 opensuse-leap15.1
3333
PPC64LE_TARGETS := ubuntu18.04 ubuntu16.04 centos7 centos8 rhel7 rhel8
3434
ARM64_TARGETS := ubuntu18.04
35-
AARCH64_TARGETS := centos8 rhel8
35+
AARCH64_TARGETS := centos8 rhel8 amazonlinux2
3636

3737
# Define top-level build targets
3838
docker%: SHELL:=/bin/bash

pkg/deb/changelog

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
libnvidia-container (1.6.0~rc.1-1) experimental; urgency=medium
22

3+
* Add AARCH64 package for Amazon Linux 2
4+
35
-- NVIDIA CORPORATION <[email protected]> Mon, 20 Sep 2021 22:24:22 +0200
46

57
libnvidia-container (1.5.1-1) UNRELEASED; urgency=medium

pkg/rpm/SPECS/libnvidia-container.spec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ This package contains command-line tools that facilitate using the library.
100100

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

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

0 commit comments

Comments
 (0)