Lines Matching +full:repo +full:- +full:token
1 # IBM Z self-hosted builder
3 libbpf CI uses an IBM-provided z15 self-hosted builder. There are no IBM Z
4 builds of GitHub Actions runner, and stable qemu-user has problems with .NET
5 apps, so the builder runs the x86_64 runner version with qemu-user built from
14 $ sudo apt install -y docker.io # Ubuntu
21 $ sudo systemctl daemon-reload
27 $ sudo tee /etc/actions-runner-libbpf
28 repo=<owner>/<name>
32 Access token should have the repo scope, consult
33 https://docs.github.com/en/rest/reference/actions#create-a-registration-token-for-a-repository
39 $ sudo systemctl enable --now qemu-user-static
45 $ sudo systemctl enable --now actions-runner-libbpf
50 In order to update the `iiilinuxibmcom/actions-runner-libbpf` image, e.g. to
55 --pull \
56 -f actions-runner-libbpf.Dockerfile \
57 -t iiilinuxibmcom/actions-runner-libbpf \
59 $ sudo systemctl restart actions-runner-libbpf
64 The `actions-runner-libbpf` service stores various temporary data, such as
66 `actions-runner-libbpf` volume. In order to remove it and start from scratch,
71 $ sudo systemctl stop actions-runner-libbpf
72 $ sudo docker rm -f actions-runner-libbpf
73 $ sudo docker volume rm actions-runner-libbpf