Update autobuild.yml (#4024)

Signed-off-by: Willow <willow@willowidk.dev>
This commit is contained in:
Willow
2025-03-19 20:07:45 -05:00
committed by GitHub
parent 0dd06dd39a
commit fbca40d3c2
+4
View File
@@ -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' || '' }}