etcdtool
etcdtool copied to clipboard
RPM Build Process Broken?
I noticed the latest released version 3.3.2 doesn't have the fix made here: https://github.com/mickep76/etcdtool/issues/20 So I'm attempting to build my own RPM - Following the instructions doesn't seem to work:
[jlang1@antman etcdtool]$ make rpm docker pull mickep76/centos-golang:latest Trying to pull repository docker.io/mickep76/centos-golang ... latest: Pulling from docker.io/mickep76/centos-golang Digest: sha256:4d413b367327364bea4d3860eafc8f70d8424dc144894f2ab191198a4d80a1b6 Status: Image is up to date for docker.io/mickep76/centos-golang:latest docker run --rm -it -v "$PWD":/go/src/github.com/mickep76/etcdtool -w /go/src/github.com/mickep76/etcdtool mickep76/centos-golang:latest make build-rpm make: *** No rule to make target `make'. Stop. make: *** [rpm] Error 2
Alternatively, if you could build a 3.4 RPM and "release it" I'd be happy with that too :)