initial commit

This commit is contained in:
2025-05-29 14:52:06 +02:00
commit 113ac95610
4 changed files with 32 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
build-linux:
CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o ./tmp/learndrone ./main.go
pack-docker:
make build-linux
docker build -t learndrone:${version} -t learndrone:latest .