tricorder-observability / Starship

Starship: next-generation Observability platform built with eBPF+WASM
GNU Affero General Public License v3.0
164 stars 24 forks source link

Github custom runner images for different linux distros #12

Closed nascentcore-eng closed 1 year ago

nascentcore-eng commented 1 year ago

This is needed to test things like Linux headers installation on different distros.

One thing is to verify the API can find the correct kernel config (time const, kernel headers directory, etc). on different distros.

nascentcore-eng commented 1 year ago

It looks like GitHub only support one type of Linux runner image, which is Ubuntu: https://github.com/actions/runner-images#available-images

There is no indication that we can run other images, obviously there is huge security risk to allow users to upload custom images.

Close for now.