From eceaf7b07d2c356e20092b259451c02eae1ff747 Mon Sep 17 00:00:00 2001 From: Ajam Date: Tue, 12 Sep 2023 15:04:02 +0545 Subject: [PATCH] Update eget_binaries_amd_x86_64.sh --- .github/scripts/eget_binaries_amd_x86_64.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/scripts/eget_binaries_amd_x86_64.sh b/.github/scripts/eget_binaries_amd_x86_64.sh index b8c525e38..ffbd6d7bb 100644 --- a/.github/scripts/eget_binaries_amd_x86_64.sh +++ b/.github/scripts/eget_binaries_amd_x86_64.sh @@ -556,6 +556,10 @@ fi #smap pushd $(mktemp -d) && git clone "https://github.com/s0md3v/Smap" && cd Smap CGO_ENABLED=0 go build -v -ldflags="-s -w -extldflags '-static'" "./cmd/smap" ; mv "./smap" "$HOME/bin/smap" ; popd ; go clean -cache -fuzzcache -modcache -testcache + #sns + pushd $(mktemp -d) && git clone "https://github.com/sw33tLie/sns" && cd sns + CGO_ENABLED=0 go build -v -ldflags="-s -w -extldflags '-static'" ; mv "./sns" "$HOME/bin/sns" ; popd + go clean -cache -fuzzcache -modcache -testcache #socat eget "Azathothas/static-toolbox" --tag "socat" --asset "x86_64" --to "$HOME/bin/socat" #speedtest-go