gitlab-ci-local
gitlab-ci-local copied to clipboard
Release artifacts should follow a better naming convention
Currently tools like ubi or mise are not able to install gitlab-ci-local because they rely on common naming conventions to detect the correct architecture and os. Also gz seems a bit uncommon for Windows.
For example
linux.gz->gitlab-ci-local-linux-arm64.tar.gzmacos.gz->gitlab-ci-local-darwin-arm64.tar.gzwin.gz->gitlab-ci-local-windows-x64.zip
Relates to #704