forc-binaries, which is of the format "{os}_{arch}"
Everything else, which is the standard "{arch}-{vendor}-{os}"
Currently, we only use the "{os}_{arch}" URL if the component is forc, however the forc-binaries tarball contains plugins and executables not defined in the forc component.
This PR extends the "{os}_{arch}" result to everything distributed from forc.
This fixes an issue found while investigating #654.
Note: this is rebased on top of #666 👹
There are 2 types of downloads:
Currently, we only use the "{os}_{arch}" URL if the component is
forc
, however theforc-binaries
tarball contains plugins and executables not defined in theforc
component.This PR extends the "{os}_{arch}" result to everything distributed from
forc
.This fixes an issue found while investigating #654.