File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -36,9 +36,9 @@ RUN?=docker run --rm \
36
36
$(RUN_FLAGS ) \
37
37
debbuild-$@ /$(ARCH )
38
38
39
- DEBIAN_VERSIONS : = debian-buster
40
- UBUNTU_VERSIONS : = ubuntu-xenial ubuntu-bionic ubuntu-focal
41
- RASPBIAN_VERSIONS : = raspbian-buster
39
+ DEBIAN_VERSIONS ? = debian-buster
40
+ UBUNTU_VERSIONS ? = ubuntu-xenial ubuntu-bionic ubuntu-focal
41
+ RASPBIAN_VERSIONS ? = raspbian-buster
42
42
DISTROS := $(DEBIAN_VERSIONS ) $(UBUNTU_VERSIONS ) $(RASPBIAN_VERSIONS )
43
43
44
44
.PHONY : help
Original file line number Diff line number Diff line change @@ -39,9 +39,9 @@ RUN?=docker run --rm \
39
39
$(RUN_FLAGS ) \
40
40
rpmbuild-$@ /$(ARCH ) $(RPMBUILD_FLAGS )
41
41
42
- FEDORA_RELEASES : = fedora-32 fedora-31
43
- CENTOS_RELEASES : = centos-7 centos-8
44
- RHEL_RELEASES : = rhel-7
42
+ FEDORA_RELEASES ? = fedora-32 fedora-31
43
+ CENTOS_RELEASES ? = centos-7 centos-8
44
+ RHEL_RELEASES ? = rhel-7
45
45
DISTROS := $(FEDORA_RELEASES ) $(CENTOS_RELEASES ) $(RHEL_RELEASES )
46
46
47
47
.PHONY : help
You can’t perform that action at this time.
0 commit comments