Skip to content
Snippets Groups Projects
Commit 5413ab13 authored by Sébastien Blin's avatar Sébastien Blin
Browse files

Makefile: remove eol distrib and run with user

Change-Id: Ib31e7d311540d889283de681d74c1f8f82870365
parent 6dca693f
No related branches found
No related tags found
No related merge requests found
......@@ -168,10 +168,8 @@ DISTRIBUTIONS := \
ubuntu_20.04 \
ubuntu_22.04 \
ubuntu_22.10 \
fedora_35 \
fedora_36 \
fedora_37 \
opensuse-leap_15.3 \
opensuse-leap_15.4 \
snap
......@@ -191,6 +189,7 @@ $(1)-docker-image-name := jami-packaging-$(1)
$(1)-docker-image-file := .docker-image-$$($(1)-docker-image-name)
$(1)-docker-run-command := docker run \
--rm --privileged --security-opt apparmor=docker-default \
--user $(CURRENT_UID):$(CURRENT_GID) \
-e RELEASE_VERSION="$(RELEASE_VERSION)" \
-e RELEASE_TARBALL_FILENAME="$(RELEASE_TARBALL_FILENAME)" \
-e DEBIAN_VERSION="$(DEBIAN_VERSION)" \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment