messagebird / pushprom

Pushprom is a proxy to the Prometheus Go client.
https://www.messagebird.com
BSD 2-Clause "Simplified" License
80 stars 13 forks source link

what am i doing wrong? #14

Open remster opened 6 years ago

remster commented 6 years ago
[remek][~/.../github.com/messagebird/pushprom][master]$ make container
rm -fr bin pkg vendor/pkg
* go getting all dependencies into vendor/
find vendor/ -name .git -type d | xargs rm -rf
* Building pushprom for release
mv: cannot stat 'bin/linux_amd64/pushprom': No such file or directory
Makefile:28: recipe for target 'release_linux' failed
make: *** [release_linux] Error 1
[remek][~/.../github.com/messagebird/pushprom][master]$ pwd
/home/remek/go/src/github.com/messagebird/pushprom
[remek][~/.../github.com/messagebird/pushprom][master]$ ls bin/
pushprom 

nobody creates linux_amd64 dir and/or puts anything into it

marcelcorso commented 6 years ago

Hi @remster can you try again? We changed the Makefile and I just tested and it worked.