Skip to content

Commit

Permalink
autobuild latest
Browse files Browse the repository at this point in the history
  • Loading branch information
xpecex committed Sep 18, 2021
1 parent 24e1a65 commit 3ba9df7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
### Tags:
- latest
- 0.4.2
- 0.4.3

### How to use this image

Expand Down
7 changes: 4 additions & 3 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,13 @@ IMAGE_ALT_REF="$(cat /dev/urandom | tr -dc 'a-z0-9' | fold -w 7 | head -n 1)"
CGO_ENABLED=0
GO111MODULE=on

# LATEST RELEASE
LATEST_RELEASE=$(curl -s "https://github.com/skycoin/skywire/releases/latest" | cut -d'/' -f 8 | cut -d'"' -f 1 | cut -d'v' -f 2)

# RELEASES LIST
RELEASES=(
"0.4.2"
"$LATEST_RELEASE"
)
# LATEST RELEASE
LATEST_RELEASE=$(curl -s "https://github.com/skycoin/skywire/releases/latest" | cut -d'/' -f 8 | cut -d'"' -f 1 | cut -d'v' -f 2)

# ARCHITECTURE LIST
ARCHS=(
Expand Down

0 comments on commit 3ba9df7

Please sign in to comment.