From 2bf9c3455d030af0d47cb980262e75154017cd65 Mon Sep 17 00:00:00 2001 From: Evan Lezar Date: Tue, 25 Apr 2023 17:27:14 +0200 Subject: [PATCH] Add dummy targets for supported distros Signed-off-by: Evan Lezar --- docker/docker.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/docker.mk b/docker/docker.mk index 09920050..cf482039 100644 --- a/docker/docker.mk +++ b/docker/docker.mk @@ -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