more tries
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
2025-05-29 23:23:19 +02:00
parent 3232cd985c
commit e9b13d317a
5 changed files with 24 additions and 9 deletions
+2
View File
@@ -1,3 +1,5 @@
version := $(shell grep 'version =' main.go | cut -d'"' -f2)
build-linux:
CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o ./tmp/learndrone ./main.go