From 18e0a62e24e256333703521c5612e00efb8e95c0 Mon Sep 17 00:00:00 2001
From: Eelco Dolstra <eelco.dolstra@logicblox.com>
Date: Fri, 12 Jun 2015 15:35:14 +0200
Subject: [PATCH] Disable 32-bit builds again

They're failing consistently:

http://hydra.nixos.org/job/hydra/master/build.i686-linux/all
---
 release.nix | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/release.nix b/release.nix
index 62e850ba..400cb533 100644
--- a/release.nix
+++ b/release.nix
@@ -6,7 +6,7 @@ let
 
   pkgs = import <nixpkgs> {};
 
-  genAttrs' = pkgs.lib.genAttrs [ "x86_64-linux" "i686-linux" ];
+  genAttrs' = pkgs.lib.genAttrs [ "x86_64-linux" /* "i686-linux" */ ];
 
   hydraServer = hydraPkg:
     { config, pkgs, ... }: