diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -200,7 +200,7 @@ endif $(MAKE) build-container-$(distro) @echo "=== Building RPM for $(distro) ($(arch)) ===" podman run --rm -v $(CURDIR):/src:Z -w /src $(container_image_prefix):$(distro) \ - make package-rpm + make profile=$(profile) channel=$(channel) target=$(target) distro=$(distro) package-rpm ifeq ($(clean_images),1) podman rmi $(container_image_prefix):$(distro) endif @@ -212,7 +212,7 @@ endif $(MAKE) build-container-$(distro) @echo "=== Building DEB for $(distro) ($(arch)) ===" podman run --rm -v $(CURDIR):/src:Z -w /src $(container_image_prefix):$(distro) \ - make package-deb + make profile=$(profile) channel=$(channel) target=$(target) distro=$(distro) package-deb ifeq ($(clean_images),1) podman rmi $(container_image_prefix):$(distro) endif |