From 3fd321b606f215247f36ac49c0b4c28e5a51c9ff Mon Sep 17 00:00:00 2001 From: Dominik Werder Date: Thu, 2 Jul 2026 15:53:28 +0200 Subject: [PATCH] Run --- .gitea/workflows/build.yml | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index f65f817..131b8c4 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -9,37 +9,29 @@ on: jobs: build: - # Use whatever normal runner label your Gitea instance provides. - # Common examples are: ubuntu-latest, linux, docker, or native. runs-on: rhel10 - steps: + - name: Node + run: dnf install nodejs - 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 \ -o devimgs-centos-7-rust.tgz \ https://gitea.psi.ch/api/packages/daqbuf/generic/devimgs-centos-7-rust/0.1.0/devimgs-centos-7-rust.tgz - - name: Unpack build image run: | devimgs-centos-7-rust.tar gunzip - - name: Load build image into Podman run: | podman load -i devimgs-centos-7-rust.tar - - name: Show loaded images run: | podman images