1) fix typo 2) another hard coded version

This commit is contained in:
Jiang Zhu 2022-06-11 17:23:01 +08:00
parent 06e22bf878
commit 2be16b581c

View file

@ -28,7 +28,7 @@ cd headscale
# optionally checkout a release
# option a. you can find offical relase at https://github.com/juanfont/headscale/releases/latest
# option b. get latest tag, this may be a beta relase
# option b. get latest tag, this may be a beta release
latestTag=$(git describe --tags `git rev-list --tags --max-count=1`)
git checkout $latestTag
@ -54,7 +54,11 @@ git clone https://github.com/juanfont/headscale.git
cd headscale
# optionally checkout a release
git checkout v0.16.0-beta1
# option a. you can find offical relase at https://github.com/juanfont/headscale/releases/latest
# option b. get latest tag, this may be a beta release
latestTag=$(git describe --tags `git rev-list --tags --max-count=1`)
git checkout $latestTag
make build GOOS=openbsd