Skip to content

Commit 7c7c7bb

Browse files
add missing binary due to moving to official golang
1 parent 39538a7 commit 7c7c7bb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ops/bin/build-static.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ LDFLAGS=(
1414
"-X main.defaultChain=env:GITHUB_API_TOKEN,env:TOKEN,ssm:/etc/tokens/oss-gh"
1515
)
1616

17+
apt update
18+
apt -y install zip
19+
1720
for os in linux darwin windows; do
1821
echo "~~~ :go: :clipboard: build $os"
1922
rm -f hubr hubr.exe

0 commit comments

Comments
 (0)