diff --git a/installer/README.md b/installer/README.md new file mode 100644 index 0000000..abc4626 --- /dev/null +++ b/installer/README.md @@ -0,0 +1,8 @@ +This directory contains the files uses to create the c4aarch64 installer using +constructor. + +To build the installer run: + +```sh +constructor --platform=linux-aarch64 . +``` diff --git a/installer/construct.yaml b/installer/construct.yaml new file mode 100644 index 0000000..d4047d0 --- /dev/null +++ b/installer/construct.yaml @@ -0,0 +1,12 @@ +name: c4aarch64_installer +version: 1.0.0 + +channels: + - http://conda.anaconda.org/c4aarch64 + +license_file: ../LICENSE.txt + +specs: + - python + - conda + - pip