Closed as not planned
Description
For the gradle transition we need a arm64 based GitHub Actions runner. This is coming soon™ to GitHub Action but is not here yet.
For now I propose we set up a self-hosted runner on Hetzner as they offer a really cheap VPS €3.92/mo.
Instructions
- Go to: https://console.hetzner.cloud/ setup an account etc...
- Create a new server
- Location: doesn't matter
- Image: Ubuntu 24
- Type: Arm64 Ampere, Lowest Tier (CAX11)
- Network: Disable ipv4, we only connect to GitHub
- SSH Key: copy your public key here
- Name: can be default or something more recognisable
- SSH into the machine
- I used this script to setup some of the defaults: https://www.digitalocean.com/community/tutorials/automating-initial-server-setup-with-ubuntu-18-04
passwd $USER
to setup the password for the user you set up with the script aboveapt update && apt install fakeroot binutils
install some of the missing dependencies
- Log into the newly created user
- Follow the usual runner setup on GitHub
Metadata
Metadata
Assignees
Labels
No labels