Skip to content

Commit

Permalink
Merge pull request #97 from skycoin/fix/broken-build-conf
Browse files Browse the repository at this point in the history
Fix broken build conf
  • Loading branch information
jdknives authored Mar 17, 2021
2 parents 994e62f + 375aee3 commit 8fb7594
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions build.conf
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,7 @@ ARMBIAN_DOWNLOAD_URL="https://archive.armbian.com/orangepiprime/archive/Armbian_

# Skywire release download for OS running on destination skyminer
SKYWIRE_VERSION=v0.4.0
#SKYWIRE_DOWNLOAD_URL="https://github.com/skycoin/skywire/releases/download/$SKYWIRE_VERSION/skywire-$SKYWIRE_VERSION-linux-arm64.tar.gz"
# todo: remove, uncomment previous line
SKYWIRE_DOWNLOAD_URL="https://github.com/jdknives/skywire/releases/download/0.4.0-test6/skywire-v0.4.0-test6-linux-arm64.tar.gz"
SKYWIRE_DOWNLOAD_URL="https://github.com/skycoin/skywire/releases/download/$SKYWIRE_VERSION/skywire-$SKYWIRE_VERSION-linux-arm64.tar.gz"
# Offset and sector size of the Armbian image for rootfs (found automatically if not set)
IMG_OFFSET="" # 8192
IMG_SECTOR="" # 512
Expand Down

0 comments on commit 8fb7594

Please sign in to comment.