From 8537c9bb9e87682132f8d009c011cd8fc58b0afb Mon Sep 17 00:00:00 2001 From: Dominik Werder Date: Thu, 2 Jul 2026 15:47:58 +0200 Subject: [PATCH] Change runner --- .gitea/workflows/build.yml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 229f979..f65f817 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -11,12 +11,21 @@ jobs: build: # Use whatever normal runner label your Gitea instance provides. # Common examples are: ubuntu-latest, linux, docker, or native. - runs-on: ubuntu-latest + runs-on: rhel10 steps: - name: Check out repository uses: actions/checkout@v4 + - name: Release + run: cat /etc/*release + + - name: Search for podman + run: dnf search podman + + - name: Look for podman + run: dnf info podman + - name: Download build image run: | curl -L \