Skip to content

Commit

Permalink
change build conf to target skywire repo instead of fork and fix todo
Browse files Browse the repository at this point in the history
  • Loading branch information
jdknives committed Mar 17, 2021
1 parent 994e62f commit 375aee3
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 375aee3

Please sign in to comment.