feat: add local build script

This commit is contained in:
Aliberk Sandıkçı 2023-08-07 11:37:49 +03:00
parent 7d5c135643
commit d5e4862c1d
Signed by: asandikci
GPG key ID: 25C67A03B5666BC1

3
scripts/local-build.sh Normal file
View file

@ -0,0 +1,3 @@
#!/bin/bash
sudo go build -o "build/package/bin/ahenkd-go" cmd/ahenkd-go/ahenkd-go.go