This repository was archived by the owner on Oct 13, 2023. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -35,9 +35,9 @@ RUN=docker run --rm -i \
3535 $(RUN_FLAGS ) \
3636 debbuild-$@ /$(ARCH )
3737
38- DEBIAN_VERSIONS : = debian-stretch debian-buster
39- UBUNTU_VERSIONS : = ubuntu-xenial ubuntu-bionic ubuntu-focal
40- RASPBIAN_VERSIONS : = raspbian-stretch raspbian-buster
38+ DEBIAN_VERSIONS ? = debian-stretch debian-buster
39+ UBUNTU_VERSIONS ? = ubuntu-xenial ubuntu-bionic ubuntu-focal
40+ RASPBIAN_VERSIONS ? = raspbian-stretch raspbian-buster
4141DISTROS := $(DEBIAN_VERSIONS ) $(UBUNTU_VERSIONS ) $(RASPBIAN_VERSIONS )
4242
4343.PHONY : help
Original file line number Diff line number Diff line change @@ -40,9 +40,9 @@ RUN?=$(RPMBUILD) rpmbuild-$@/$(ARCH) $(RPMBUILD_FLAGS)
4040SOURCE_FILES =engine.tgz cli.tgz docker.service docker.socket plugin-installers.tgz
4141SOURCES =$(addprefix rpmbuild/SOURCES/, $(SOURCE_FILES ) )
4242
43- FEDORA_RELEASES : = fedora-32 fedora-31
44- CENTOS_RELEASES : = centos-7 centos-8
45- RHEL_RELEASES : = rhel-7
43+ FEDORA_RELEASES ? = fedora-32 fedora-31
44+ CENTOS_RELEASES ? = centos-7 centos-8
45+ RHEL_RELEASES ? = rhel-7
4646DISTROS := $(FEDORA_RELEASES ) $(CENTOS_RELEASES ) $(RHEL_RELEASES )
4747
4848.PHONY : help
You can’t perform that action at this time.
0 commit comments