Added build script

This commit is contained in:
Ruben Koster 2019-02-14 09:57:31 +01:00
parent cebceedcf1
commit 997e797f8c
2 changed files with 4 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
/proxy-linux

3
build.sh Executable file
View File

@ -0,0 +1,3 @@
#!/bin/bash
GOOS=linux GOARCH=amd64 go build -o proxy-linux main.go