Build a single tinfoil target end-to-end.
Runs mix release with the appropriate BURRITO_TARGET for the
requested target, then tars and checksums the output. Designed to
be called once per CI matrix entry — the generated workflow invokes
it that way.
Examples
mix tinfoil.build --target darwin_arm64
MIX_ENV=prod mix tinfoil.build --target linux_x86_64Flags
--target— required, the tinfoil target atom to build--skip-release— skipmix releaseand package an existing`burrito_out/<app>_<burrito_name>` binary--output-dir— directory for the archive (default_tinfoil)--skip-version-check— skip the git tag vs mix.exs version check