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

Commit

Permalink
Add dummy targets for supported distros
Browse files Browse the repository at this point in the history
Signed-off-by: Evan Lezar <elezar@nvidia.com>
  • Loading branch information
elezar committed Apr 25, 2023
1 parent fa083de commit 2bf9c34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/docker.mk
Original file line number Diff line number Diff line change
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 2bf9c34

Please sign in to comment.