@@ -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 .
The note is not visible to the blocked user.