Skip to content

Add Ubuntu arm64 packages

Description

Since the latest release of L4T (Linux for Tegra) from NVidia, the Jetson-TX2 board supports docker out of the box Changelog Tegra TX2 R28.2.1 - Docker Support

After beeing happy to run docker on my jetson-tx2 dev board I thought I could easily integrate the arm64 board into Gitlab as gitlab runner. Followed the install instructions

curl -L https://packages.gitlab.com/install/repositories/runner/gitlab-runner/script.deb.sh > install_gitlab_runner.sh
chmod +x install_gitlab_runner.sh
sudo ./install_gitlab_runner.sh

sudo apt-get update
sudo apt-get install gitlab-runner

The last command informs me: E: Unable to locate package gitlab-runner

As it seems the arm64 platform is not yet supported

Proposal

Please enable the arm64 platform (at least for Ubuntu 16.04 xenial)

Links to related issues and merge requests / references

!725 (closed)