This commit is contained in:
Andrey Egorov
2024-08-20 15:14:10 +03:00
commit ae312a0457
6 changed files with 196 additions and 0 deletions

7
Makefile Normal file
View File

@ -0,0 +1,7 @@
export GOOS=linux
export GOARCH=arm
export GOARM=6
export CGO_ENABLED=0
build:
@go build -o out/out main.go