1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-25 02:21:16 +02:00

Push docker image (only x86_64-linux right now) to hub.docker.com

This commit is contained in:
Rok Garbas 2021-12-21 22:42:47 +01:00
parent 9aa486c4be
commit 2267c773f0
No known key found for this signature in database
GPG key ID: A0E01EF44C27BF00
2 changed files with 32 additions and 2 deletions

View file

@ -547,9 +547,9 @@
binaryTarball = self.hydraJobs.binaryTarball.${system};
perlBindings = self.hydraJobs.perlBindings.${system};
installTests = self.hydraJobs.installTests.${system};
} // (if system == "x86_64-linux" then {
} // (nixpkgs.lib.optionalAttrs (builtins.elem system linux64BitSystems)) {
dockerImage = self.hydraJobs.dockerImage.${system};
} else {}));
});
packages = forAllSystems (system: {
inherit (nixpkgsFor.${system}) nix;