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
While I was working on #10 - I also realize I need a standard way to download and use a trusted binary in multiple places.
I've been using goreleaser for this, which is kind of amazing. I have a branch with a config. With the appropriate setup (github token and docker privs) can publish your binaries, build docker images, etc.
(I'm building a really small docker image here, mostly so that one can use COPY --from=remote/image binary /usr/local/binary style installs rather than needing to do a curl or something.)
I'm writing an issue to see if you're interested in adding that to your repo (since there are obvious implications like potentially adding CI builds, which would be based on your credentials, name, etc)
The text was updated successfully, but these errors were encountered:
While I was working on #10 - I also realize I need a standard way to download and use a trusted binary in multiple places.
I've been using goreleaser for this, which is kind of amazing. I have a branch with a config. With the appropriate setup (github token and docker privs) can publish your binaries, build docker images, etc.
(I'm building a really small docker image here, mostly so that one can use
COPY --from=remote/image binary /usr/local/binary
style installs rather than needing to do acurl
or something.)I'm writing an issue to see if you're interested in adding that to your repo (since there are obvious implications like potentially adding CI builds, which would be based on your credentials, name, etc)
The text was updated successfully, but these errors were encountered: