diff --git a/.travis.yml b/.travis.yml index f726055..02a92d9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,7 @@ install: script: - sudo BUILD_ARCH=armhf ./build.sh - sudo BUILD_ARCH=arm64 ./build.sh -- ls -al *.tar.gz +- ls -al rootfs-*.tar.gz deploy: provider: releases file: diff --git a/README.md b/README.md index c3512ac..3c5bfcf 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ # make-roofs-debian-arm64 Create and package a Debian rootfs for ARM64/AARCH64 -This rootfs builder is meant to run on TravisCI only. +This rootfs builder is meant to run on TravisCI only (issues with debootstrap on CircleCI). ## Using the builder with a local Vagrant (tested on OS X) diff --git a/VERSION b/VERSION index 4e379d2..8acdd82 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.0.2 +0.0.1