Skip to content

Commit

Permalink
added awk to build
Browse files Browse the repository at this point in the history
  • Loading branch information
charlieporth1 committed Sep 10, 2024
1 parent 766869a commit c454c54
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 2 deletions.
Binary file added apk/bin/tailscale
Binary file not shown.
Binary file added apk/bin/tailscaled
Binary file not shown.
2 changes: 1 addition & 1 deletion scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ rm -rf tailscale_*.apk
rm -rf tailscale_*/
rm apk/bin/tailscale*

RELEASE_VERSION=$(curl --silent "https://api.github.com/repos/tailscale/tailscale/tags" | jq '.[] | select(.name | endswith("pre") | not)' | jq -r '.name' | head -n +1)
RELEASE_VERSION=$(curl --silent "https://api.github.com/repos/tailscale/tailscale/tags" | jq '.[] | select(.name | endswith("pre") | not)' | jq -r '.name' | head -n +1 | awk -Fv '{print $2}')
NAME=tailscale_${RELEASE_VERSION}_${ARCH}


Expand Down
Binary file added tailscale_1.72.1_arm64.tgz
Binary file not shown.
1 change: 0 additions & 1 deletion tailscale_v1.72.1_arm64.tgz

This file was deleted.

0 comments on commit c454c54

Please sign in to comment.