From 14d2f2992d7d63e247e36a51734ff86545790566 Mon Sep 17 00:00:00 2001 From: Alexey Khromov Date: Wed, 16 Apr 2025 19:27:42 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20.gitea/workflows/alt.yaml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/alt.yaml | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/.gitea/workflows/alt.yaml b/.gitea/workflows/alt.yaml index dcbe279..de4b5e5 100644 --- a/.gitea/workflows/alt.yaml +++ b/.gitea/workflows/alt.yaml @@ -6,8 +6,9 @@ on: if: ${{ github.ref }} == 'refs/head/master' jobs: build-alt: - runs-on: alt-latest - + ## runs-on: alt-latest + container: + image: prj.zxalexis.ru/zx/alt-rpmbuild branches: - 'master' @@ -15,14 +16,14 @@ jobs: - name: Checking environment continue-on-error: true run: printenv - - name: Installing prerequisites - update apt - run: apt-get update - - name: Installing prerequisites - install nodejs for actions & git - run: apt-get install -y git nodejs su - - name: Installing build environment - continue-on-error: true - run: | - apt-get install -y gcc rpm-build rpmlint make python gear hasher fakeroot patch rpmdevtools + ## - name: Installing prerequisites - update apt + ## run: apt-get update + ## - name: Installing prerequisites - install nodejs for actions & git + ## run: apt-get install -y git nodejs su + ## - name: Installing build environment + ## continue-on-error: true + ## run: | + ## apt-get install -y gcc rpm-build rpmlint make python gear hasher fakeroot patch rpmdevtools - name: Installing needed software run: apt-get install -y bison tcl - name: Adding build user