Skip to content

Commit

Permalink
add installer yaml and doc
Browse files Browse the repository at this point in the history
  • Loading branch information
jjhelmus committed Jan 25, 2019
1 parent b7735b8 commit f20e86c
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
8 changes: 8 additions & 0 deletions installer/README.md
Original file line number Diff line number Diff line change
@@ -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 .
```
12 changes: 12 additions & 0 deletions installer/construct.yaml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit f20e86c

Please sign in to comment.