Added linux gitea runners

This commit is contained in:
2026-06-30 20:31:12 +02:00
parent df5a98853b
commit e59a832d5d
18 changed files with 875 additions and 4 deletions
@@ -0,0 +1,20 @@
FROM local/gitea-runner-base:latest
# cpp-build runner profile: dedicated C/C++ build environment.
USER root
RUN apk add --no-cache \
bash \
build-base \
ca-certificates \
cmake \
curl \
git \
jq \
make \
openssh-client \
python3 \
py3-pip \
rsync \
unzip \
yq \
zip