asticode / go-astikit

Set of golang helpers that don't require any external dependencies

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

consider using hermit for hermetic builds

gedw99 opened this issue · comments

commented

Hermit is a golang project. Its still kind of new.

Basically it allows you to bring in binaries that you need to build against.
Its OS and ARCH independent.

I figured it wild help with ffmpg and src etc aspects.

docs: https://cashapp.github.io/hermit/
code: https://github.com/cashapp/hermit

You can store you binaries in a git repo. Yeah binaries and git don't mix but its tradeoff.

their hermit repo: https://github.com/cashapp/hermit-packages

why ?

its not easy making cross platform binaries
lowers dev friction and issues :)

anyways let me know what you think.