# Definition base_image : Ubuntu 22.04 architecture : - x64 - arm64 ( we should build for both arch to be able to run on raspberrypi if needed ) We should auto-retrieve the latest version and cycle update it in ci. https://github.com/actions/runner/releases/tag/v2.311.0 ## Dependencies to be install : ``` liblttng-ust1 or liblttng-ust0 libkrb5-3 zlib1g libssl1.1, libssl1.0.2 or libssl1.0.0 libicu63, libicu60, libicu57 or libicu55 ``` # Links : https://github.com/actions/runner/blob/main/docs/start/envlinux.md https://github.com/actions/runner # Helps : https://testdriven.io/blog/github-actions-docker/ https://docs.docker.com/build/building/base-images/
Definition
base_image : Ubuntu 22.04
architecture :
( we should build for both arch to be able to run on raspberrypi if needed )
We should auto-retrieve the latest version and cycle update it in ci.
https://github.com/actions/runner/releases/tag/v2.311.0
Dependencies to be install :
Links :
https://github.com/actions/runner/blob/main/docs/start/envlinux.md
https://github.com/actions/runner
Helps :
https://testdriven.io/blog/github-actions-docker/
https://docs.docker.com/build/building/base-images/