-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
It's a bummer that you need to wade into the Ruby ecosystem, but I too
have had good results with fpm.
- ---
Lars Lehtonen
-BEGIN PGP SIGNATURE-
Version: GnuPG v1
iQEcBAEBAgAGBQJX934JAAoJEIE31HTrywTyjqwIAJ9Tdb40XknWmzMlYDFqzXqF
0zoMyXPUVBCfo8
You could also use
https://equinox.io/
once you have your token. keys, etc all setup, you can build new releases
rpm, deb, etc using
equinox release \
--version="1.0.0" \
--platforms="darwin_amd64 linux_amd64" \
--signing-key=/Users/inconshreveable/equinox.key \
--app="app_ja6WuaZgwsF" \
--to
Build your binary and then use fpm? https://github.com/jordansissel/fpm
On Tuesday, September 20, 2016 at 2:53:39 PM UTC-4, sujith...@gmail.com
wrote:
>
>
> Right now, to build my .rpm package, I'm using this website:
> https://packager.io/
>
> However, I would like to automate this in our prod
hi,
if that can help you i did this package,
https://github.com/mh-cbon/go-bin-rpm
i m not pro packager, but that did work for me.
hope this help.
Le mardi 20 septembre 2016 20:53:39 UTC+2, sujith...@gmail.com a écrit :
>
>
> Right now, to build my .rpm package, I'm using this website:
> https