Система CI/CD
Some checks failed
Build G365SFU / build (push) Has been cancelled

This commit is contained in:
set
2026-03-20 19:24:03 +02:00
parent 6364253c6f
commit 625a7acfb7
6 changed files with 105 additions and 2 deletions

5
Makefile Normal file
View File

@@ -0,0 +1,5 @@
.PHONY: build
build:
mkdir -p build
CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o build/g365sfu .