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:
parent
9aa486c4be
commit
2267c773f0
2 changed files with 32 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue