Manual Release Channel

This commit is contained in:
2023-03-06 21:30:06 -05:00
parent 5d3e3f8a6e
commit 39da0cd107

View File

@@ -118,13 +118,11 @@
pathsToLink = [ "/bin" ]; pathsToLink = [ "/bin" ];
}; };
}; };
in pkgs.releaseTools.channel { in pkgs.runCommandCC "New Alan Docker Release" {} '''
name = "New Alan Docker Image"; mkdir -p $out/{nix-support,share}
constituents = [ cp ${image} $out/share/newalan_image.tar.gz
# image echo "docker image $out/share/newalan_image.tar.gz" >> $out/nix-support/hydra-build-products
]; '';
src = image;
};
} // lib.optionalAttrs (system == "x86_64-linux") { } // lib.optionalAttrs (system == "x86_64-linux") {
# NB: cargo-tarpaulin only supports x86_64 systems # NB: cargo-tarpaulin only supports x86_64 systems
# Check code coverage (note: this will not upload coverage anywhere) # Check code coverage (note: this will not upload coverage anywhere)