Skip to content

Commit

Permalink
Merge pull request docker-archive#666 from thaJeztah/fedora_36_makefile
Browse files Browse the repository at this point in the history
[master] rpm: add fedora-36 to makefile
  • Loading branch information
thaJeztah authored Mar 31, 2022
2 parents b742b3a + dbaee89 commit 9036b8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpm/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ RUN?=docker run --rm \
$(RUN_FLAGS) \
rpmbuild-$@/$(ARCH) $(RPMBUILD_FLAGS)

FEDORA_RELEASES ?= fedora-35 fedora-34
FEDORA_RELEASES ?= fedora-36 fedora-35 fedora-34
CENTOS_RELEASES ?= centos-7 centos-8
ifeq ($(ARCH),s390x)
RHEL_RELEASES ?= rhel-7
Expand Down

0 comments on commit 9036b8a

Please sign in to comment.