Skip to content

Commit

Permalink
Merge pull request #140 from bhipple/feature/centos-7.4-release
Browse files Browse the repository at this point in the history
Add CentOS 7.4 to release RPM builds
  • Loading branch information
domenkozar committed Jan 5, 2018
2 parents 29c085f + 90f8738 commit 584dee6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions release.nix
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ let
isReproducible = system != "aarch64-linux"; # ARM machines are still on Nix 1.11
});

rpm_centos73x86_64 = makeRPM_x86_64 (diskImages: diskImages.centos73x86_64);
rpm_centos74x86_64 = makeRPM_x86_64 (diskImages: diskImages.centos74x86_64);

rpm_fedora24i386 = makeRPM_i686 (diskImages: diskImages.fedora24i386);
rpm_fedora24x86_64 = makeRPM_x86_64 (diskImages: diskImages.fedora24x86_64);
Expand Down Expand Up @@ -72,6 +74,7 @@ let
#build.x86_64-freebsd
#build.i686-freebsd
#build.x86_64-darwin
rpm_centos74x86_64
rpm_fedora25i386
rpm_fedora25x86_64
deb_debian8i386
Expand Down

0 comments on commit 584dee6

Please sign in to comment.