Considering x86_64 is the name of a specific 64-bit ISA (Instruction Set Architecture) released in 1999 by AMD (Advanced Micro Devices), and later rebranded to amd64, I would rather download:

sudo curl -LJO "https://gitlab-runner-downloads.s3.amazonaws.com/latest/rpm/gitlab-runner_amd64.rpm"

I just tested it: it does download (62.4 MB).

Answer from VonC on Stack Overflow
🌐
GitLab
docs.gitlab.com › gitlab docs › install › install gitlab runner › linux
Install GitLab Runner using the official GitLab repositories | GitLab Docs
GitLab provides packages for the following supported versions of Linux distributions. New runner deb or rpm packages for new OS distribution releases are added automatically when supported by our package hosting system.
GitLab Docs
Learn how to use and administer GitLab, the most scalable Git-based fully integrated platform for software development.
Upgrade GitLab
Upgrade GitLab to later versions
Install GitLab Runner
GitLab Runner runs the CI/CD jobs defined in GitLab.
Configure GitLab Runner
Advanced configuration options: Use the config.toml configuration file to edit runner settings. Use self-signed certificates: Configure certificates that verify TLS peers when connecting to the GitLab server.
🌐
GitLab
gitlab.com › gitlab.org › gitlab-runner › releases
Releases · GitLab.org / gitlab-runner · GitLab
August 13, 2026 - GitLab Runner documentation can be found at https://docs.gitlab.com/runner/. Assets 42 · Source code (zip) Source code (tar.gz) Source code (tar.bz2) Source code (tar) other release artifacts · checksums GPG signature · checksums · package: RPM riscv64 ·
🌐
GitLab
packages.gitlab.com › runner › gitlab-runner
runner/gitlab-runner - Packages · packages.gitlab.com
Index of runner/gitlab-runner/ · / amazon/ debian/ el/ fedora/ linuxmint/ ol/ opensuse/ raspbian/ sles/ ubuntu/
🌐
GitLab
gitlab.com › gitlab.org › gitlab-runner › merge requests › !824
Allow to build development version of DEB, RPM and Docker with make (!824) · Merge requests · GitLab.org / gitlab-runner · GitLab
Our official images are built from definitions in ./dockerfiles/(alpine|ubuntu) and they relay on many artifacts like helper images archives, Runner binary, DEB package etc. We've already had a build_current script that builds a local, development version of the binary "properly". This MR: adds a build_current_docker, build_current_deb and build_current_rpm targets, that build DEB/RPM packages and Docker image from local sources "properly", just like build_current does for the binary,
🌐
GitHub
gist.github.com › cybergavin › bf374636ce225e0d5c719f09628277ce
Install GitLab Runner on RHEL8 · GitHub
sudo dnf install -y git curl -LJO "https://gitlab-runner-downloads.s3.amazonaws.com/latest/rpm/gitlab-runner_amd64.rpm" sudo rpm -ivh gitlab-runner_amd64.rpm
🌐
Medium
sean-bradley.medium.com › installing-gitlab-runner-on-ubuntu-and-centos-80f3a2de0290
Installing GitLab Runner on Ubuntu and CentOS | by Sean Bradley | Medium
September 15, 2020 - curl -L https://packages.gitlab.com/install/repositories/runner/gitlab-runner/script.rpm.sh | sudo bash
Find elsewhere
🌐
GitLab
packages.gitlab.com › runner › gitlab-ci-multi-runner
runner/gitlab-ci-multi-runner - Packages · packages.gitlab.com
curl -s https://packages.gitlab.com/install/repositories/runner/gitlab-ci-multi-runner/script.gem.sh | bash · Manual Installation Puppet Module Chef Cookbook CI and Build Tools · RPM · copy · curl -s https://packages.gitlab.com/install/repositories/runner/gitlab-ci-multi-runner/script.rpm.sh | sudo bash ·
🌐
GitLab
docs.gitlab.com › gitlab docs › install › install gitlab runner › bleeding edge releases
GitLab Runner bleeding edge releases | GitLab Docs
https://s3.dualstack.us-east-1.amazonaws.com/gitlab-runner-downloads/main/rpm/gitlab-runner_aarch64.rpm
🌐
GitLab
gitlab.com › gitlab.org › gitlab-runner › repository
docs/install/linux-repository.md · ac73cc7799097ddcca5c4a8da67c0d2e142e0a0e · GitLab.org / gitlab-runner · GitLab
# for DEB based systems apt-cache madison gitlab-runner export GITLAB_RUNNER_DISABLE_SKEL=true; sudo -E apt-get install gitlab-runner=10.0.0 # for RPM based systems yum list gitlab-runner --showduplicates | sort -r export GITLAB_RUNNER_DISABLE_SKEL=true; sudo -E yum install gitlab-runner-10.0.0-1
🌐
GitLab
gitlab.com › gitlab.org › gitlab-runner › #36311
gitlab-runner-16.2.1 rpm package signed by wrong GPG key (#36311) · Issues · GitLab.org / gitlab-runner · GitLab
When installing gitlab-runner using the command 'yum install gitlab-runner' with the latest package uploaded on Sunday (6th August 2023) you get the following output, including a GPG error...
🌐
GitLab
forum.gitlab.com › gitlab ci/cd
Build on a runner but publish on an other? - GitLab CI/CD - GitLab Forum
January 2, 2023 - Hello Gitlab community. I’m struggling with a context : I have a gitlab instance on premises which is seen by 2 runners : one on the build machine and one on the “publish” machine (a web server hosting a yum repository). On the 1st runner i’m building the rpm package and at the end of the day the rpm package is supposed to land on the 2nd machine in the yum repository… but the 2 machines are not on the same network and they dont see each other.
🌐
Tencent
mirrors.cloud.tencent.com › gitlab-runner › yum › el7-x86_64
https://mirrors.cloud.tencent.com/gitlab-runner/yu...
../ repodata/ 02-Jul-2024 04:24 - gitlab-runner-10.0.0-1.x86_64.rpm 22-Sep-2017 21:14 25646997 gitlab-runner-10.0.1-1.x86_64.rpm 28-Sep-2017 06:19 25664432 gitlab-runner-10.0.2-1.x86_64.rpm 04-Oct-2017 21:12 25649174 gitlab-runner-10.1.0-1.x86_64.rpm 22-Oct-2017 06:01 26555797 gitlab-runne...
🌐
Arch Linux
archlinux.org › packages › extra › x86_64 › gitlab-runner
Arch Linux - gitlab-runner 19.3.1-1 (x86_64)
View the file list for gitlab-runner · View the soname list for gitlab-runner · Copyright © 2002-2026 Judd Vinet, Aaron Griffin and Levente Polyák. The Arch Linux name and logo are recognized trademarks. Some rights reserved.
🌐
Medium
kyosenaharidza.medium.com › how-to-create-your-own-gitlab-runner-a37cd54bae33
How to Create Your Own Gitlab Runner! | by Kyo | Medium
June 7, 2021 - #For debian or ubuntu dpkg -i gitlab-runner_<arch>.deb#For CentOS or Red Hat Enterprise Linux rpm -i gitlab-runner_<arch>.deb