From fbca40d3c295a44796d1228fc027addb636e14b8 Mon Sep 17 00:00:00 2001 From: Willow Date: Wed, 19 Mar 2025 20:07:45 -0500 Subject: [PATCH] Update autobuild.yml (#4024) Signed-off-by: Willow --- .github/workflows/autobuild.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/autobuild.yml b/.github/workflows/autobuild.yml index 74503d887f..4507db3a91 100644 --- a/.github/workflows/autobuild.yml +++ b/.github/workflows/autobuild.yml @@ -67,6 +67,10 @@ jobs: run: | dir=$(dirname ${{ matrix.pkg.pkg }}) dnf builddep -y ${dir}/*.spec + + - name: Include custom build template instead of package default + run: | + cp -v mock-configs/terra-el-dev.tpl /etc/mock/templates/ - name: Build with Andaman run: anda build ${{ matrix.pkg.pkg }} -c terra-el${{ matrix.version }}-dev-${{ matrix.pkg.arch }} ${{ !matrix.pkg.labels.mock == '1' && '-rrpmbuild' || '' }}