Like in tkey-sign-cli we want to embed the pre-compiled signer app directly in the repo. We keep all the build scripts to rebuild stuff, obviously, and still use that in the CI.
We keep a digest to be sure nothing changed, always checked with CI.
Embedding the binary in the repo enables go install.
Like in tkey-sign-cli we want to embed the pre-compiled signer app directly in the repo. We keep all the build scripts to rebuild stuff, obviously, and still use that in the CI.
We keep a digest to be sure nothing changed, always checked with CI.
Embedding the binary in the repo enables go install.