Skip to content
This repository was archived by the owner on Jan 22, 2024. It is now read-only.

Commit 8bef6b0

Browse files
author
Evan Lezar
committed
Merge branch 'CNT-4255/convert-to-meta-package' into 'main'
Add dummy targets for supported distros See merge request nvidia/container-toolkit/nvidia-docker!47
2 parents a9f6b1b + 2bf9c34 commit 8bef6b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/docker.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ DIST_DIR ?= $(CURDIR)/dist
2020
FORMAT_TARGETS := deb rpm
2121

2222
# We add utility targets to support common os-arch combinations by mapping to the required format targets.
23-
DEB_TARGETS := ubuntu18.04-amd64 ubuntu18.04-arm64 ubuntu18.04-ppc64le
24-
RPM_TARGETS := centos8-x86_64 centos8-aarch64 centos8-ppc64le
23+
DEB_TARGETS := debian10-amd64 ubuntu18.04-amd64 ubuntu18.04-arm64 ubuntu18.04-ppc64le
24+
RPM_TARGETS := amazonlinux2-aarch64 amazonlinux2-x86_64 centos7-x86_64 centos8-aarch64 centos8-ppc64le centos8-x86_64 opensuse-leap15.1-x86_64
2525

2626
$(DEB_TARGETS): %: deb
2727
$(RPM_TARGETS): %: rpm

0 commit comments

Comments
 (0)