Skip to content
This repository has been archived by the owner on Oct 27, 2023. It is now read-only.

Commit

Permalink
Merge branch 'remove-amazonlinux1' into 'master'
Browse files Browse the repository at this point in the history
Remove amazonlinux1 build targets

See merge request nvidia/container-toolkit/container-runtime!71
  • Loading branch information
Evan Lezar committed Jan 31, 2022
2 parents 3588013 + 0da6fd1 commit 204af7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/docker.mk
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ DIST_DIR ?= $(CURDIR)/dist

# Supported OSs by architecture
AMD64_TARGETS := ubuntu20.04 ubuntu18.04 ubuntu16.04 debian10 debian9
X86_64_TARGETS := centos7 centos8 rhel7 rhel8 amazonlinux1 amazonlinux2 opensuse-leap15.1
X86_64_TARGETS := centos7 centos8 rhel7 rhel8 amazonlinux2 opensuse-leap15.1
PPC64LE_TARGETS := ubuntu18.04 ubuntu16.04 centos7 centos8 rhel7 rhel8
ARM64_TARGETS := ubuntu20.04 ubuntu18.04
AARCH64_TARGETS := centos8 rhel8 amazonlinux2
Expand Down

0 comments on commit 204af7b

Please sign in to comment.