whatever
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Nils Stinnesbeck 2021-01-02 23:36:27 +01:00
parent 95dbf2a1bb
commit 60781c4f42

View File

@ -11,7 +11,7 @@ local pipeline(os, arch) = {
},
commands: [
'go build -ldflags "-s -w -X main.version=${DRONE_TAG##v}" -trimpath -o release/' + os + "/" + arch + "/ubnt-freifunk-map-api .",
"tar -cvzf release/ubnt-freifunk-map-api_"+ os + "/" + arch + ".tar.gz -C release/" + os + "/" + arch + " ubnt-freifunk-map-api"
"tar -cvzf release/ubnt-freifunk-map-api_"+ os + "-" + arch + ".tar.gz -C release/" + os + "/" + arch + " ubnt-freifunk-map-api"
],
},
],