Change Channel Type
This commit is contained in:
@@ -121,7 +121,7 @@
|
|||||||
in pkgs.runCommandCC "New Alan Docker Release" {} ''
|
in pkgs.runCommandCC "New Alan Docker Release" {} ''
|
||||||
mkdir -p $out/{nix-support,share}
|
mkdir -p $out/{nix-support,share}
|
||||||
cp ${image} $out/share/newalan_image.tar.gz
|
cp ${image} $out/share/newalan_image.tar.gz
|
||||||
echo "docker image $out/share/newalan_image.tar.gz" >> $out/nix-support/hydra-build-products
|
echo "binary-dist container $out/share/newalan_image.tar.gz" >> $out/nix-support/hydra-build-products
|
||||||
'';
|
'';
|
||||||
} // 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
|
||||||
|
|||||||
Reference in New Issue
Block a user