Skip to content

Commit 4166725

Browse files
authored
Merge pull request #394 from andrewhsu/rm28
remove fedora 28 because it is eol
2 parents 4f26329 + 235feec commit 4166725

File tree

3 files changed

+1
-20
lines changed

3 files changed

+1
-20
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ The scripts will build for this list of packages types:
1111
* DEB packages for Ubuntu 16.04 Xenial
1212
* DEB packages for Debian 10 Buster
1313
* DEB packages for Debian 9 Stretch
14-
* RPM packages for Fedora 28
1514
* RPM packages for Fedora 27
1615
* RPM packages for CentOS 7
1716
* TGZ and ZIP files with static binaries

rpm/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ RUN?=$(RPMBUILD) rpmbuild-$@/$(ARCH) $(RPMBUILD_FLAGS)
4242
SOURCE_FILES=engine-image engine.tgz cli.tgz docker.service docker.socket distribution_based_engine.json plugin-installers.tgz
4343
SOURCES=$(addprefix rpmbuild/SOURCES/, $(SOURCE_FILES))
4444

45-
FEDORA_RELEASES := fedora-31 fedora-30 fedora-29 fedora-28
45+
FEDORA_RELEASES := fedora-31 fedora-30 fedora-29
4646
CENTOS_RELEASES := centos-7
4747

4848
.PHONY: help

rpm/fedora-28/Dockerfile

Lines changed: 0 additions & 18 deletions
This file was deleted.

0 commit comments

Comments
 (0)