Publish riscv64 release binaries
Could you publish riscv64 binaries? I see discussion about riscv64 in #27562 (closed) which was closed but I still don't see any riscv64 binaries on the release page:
https://gitlab.com/gitlab-org/gitlab-runner/-/releases
I'm using Debian sid on a Milk-V Pioneer. Running the script.deb.sh
fails like this:
root@korova:~# bash ./script.deb.sh
Detected operating system as debian/trixie.
Checking for curl...
Detected curl...
Checking for gpg...
Detected gpg...
Running apt-get update... done.
Installing debian-archive-keyring which is needed for installing
apt-transport-https on many Debian systems.
Installing apt-transport-https... done.
Installing /etc/apt/sources.list.d/runner_gitlab-runner.list...done.
Importing packagecloud gpg key... ./script.deb.sh: line 200: [: : integer expression expected
done.
Running apt-get update... done.
The repository is setup! You can now install packages.
root@korova:~#
A workaround is to run it as env VERSION_ID=12 bash ./script.deb.sh
since /etc/os-release
on this machine does not contain the VERSION_ID
symbol. The script should handle that a bit more gracefully, IMHO.
Still, after the script finishes, there is no riscv64 package available:
root@korova:~# apt-get install gitlab-runner
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
E: Unable to locate package gitlab-runner
root@korova:~#
Thank you!