Skip to content

Commit

Permalink
Add Fedora 32, remove Fedora 29
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
  • Loading branch information
thaJeztah committed Apr 10, 2020
1 parent 87deaf4 commit b6331a2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ The scripts will build for this list of packages types:
* DEB packages for Ubuntu 16.04 Xenial
* DEB packages for Debian 10 Buster
* DEB packages for Debian 9 Stretch
* RPM packages for Fedora 32
* RPM packages for Fedora 31
* RPM packages for Fedora 30
* RPM packages for Fedora 29
* RPM packages for CentOS 7
* TGZ and ZIP files with static binaries
2 changes: 1 addition & 1 deletion rpm/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ RUN?=docker run --rm \
$(RUN_FLAGS) \
rpmbuild-$@/$(ARCH) $(RPMBUILD_FLAGS)

FEDORA_RELEASES := fedora-31 fedora-30 fedora-29
FEDORA_RELEASES := fedora-32 fedora-31 fedora-30
CENTOS_RELEASES := centos-7 centos-8
DISTROS := $(FEDORA_RELEASES) $(CENTOS_RELEASES)

Expand Down
2 changes: 1 addition & 1 deletion rpm/fedora-29/Dockerfile → rpm/fedora-32/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG GO_IMAGE
ARG DISTRO=fedora
ARG SUITE=29
ARG SUITE=32
ARG BUILD_IMAGE=${DISTRO}:${SUITE}

FROM ${GO_IMAGE} AS golang
Expand Down

0 comments on commit b6331a2

Please sign in to comment.