You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed the latest released version 3.3.2 doesn't have the fix made here: #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 :)
The text was updated successfully, but these errors were encountered:
I noticed the latest released version 3.3.2 doesn't have the fix made here: #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 :)
The text was updated successfully, but these errors were encountered: