Skip to content

Commit

Permalink
Merge pull request #9 from isuruf/tests
Browse files Browse the repository at this point in the history
Reenable tests and add link
  • Loading branch information
isuruf authored Nov 21, 2019
2 parents cd6446b + 5fbf2bc commit 2d4bdc2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Miniforge3/construct.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Miniforge3
version: 4.7.12-0
version: 4.7.12-1

channels:
- https://conda.anaconda.org/conda-forge
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ Relevant conversations:

Miniforge installers are available here: https://github.com/conda-forge/miniforge/releases.

Latest installers

- [linux-aarch64](https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-Linux-aarch64.sh)

## Supported architectures

- `aarch64` (also called `arm64`)
Expand Down
4 changes: 2 additions & 2 deletions build_miniforge.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ do
TEST_IMAGE_NAME="miniforge_test_image.$TEST_IMAGE_SUFFIX"

echo "============= Building $TEST_IMAGE_NAME ============="
#docker build -t $TEST_IMAGE_NAME -f $DOCKERFILE_PATH .
docker build -t $TEST_IMAGE_NAME -f $DOCKERFILE_PATH .

echo "============= Test installer on $TEST_IMAGE_NAME ============="
#docker run --rm -ti -v $(pwd):/construct $TEST_IMAGE_NAME /construct/scripts/test.sh
docker run --rm -ti -v $(pwd):/construct $TEST_IMAGE_NAME /construct/scripts/test.sh
done

0 comments on commit 2d4bdc2

Please sign in to comment.