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

Commit

Permalink
Merge branch 'CNT-4255/convert-to-meta-package' into 'main'
Browse files Browse the repository at this point in the history
Add dummy targets for supported distros

See merge request nvidia/container-toolkit/nvidia-docker!47
  • Loading branch information
Evan Lezar committed Apr 26, 2023
2 parents a9f6b1b + 2bf9c34 commit 8bef6b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/docker.mk
Expand Up @@ -20,8 +20,8 @@ DIST_DIR ?= $(CURDIR)/dist
FORMAT_TARGETS := deb rpm

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

$(DEB_TARGETS): %: deb
$(RPM_TARGETS): %: rpm
Expand Down

0 comments on commit 8bef6b0

Please sign in to comment.