How do you locate a binary? #641
Answered
by
caarlos0
drauschenbach
asked this question in
Q&A
-
I must be missing something obvious, but how do I locate a compiled binary? I don't see any way to reference |
Beta Was this translation helpful? Give feedback.
Answered by
caarlos0
Apr 2, 2023
Replies: 1 comment
-
either use something like fwiw, since you seem to be doing it with Go binaries, https://goreleaser.com does it automatically. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
caarlos0
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
either use something like
envsubst
or copy the binary to a known place before running nfpm.fwiw, since you seem to be doing it with Go binaries, https://goreleaser.com does it automatically.