Fixes alternate arch build to point to system config (#2846)

This commit is contained in:
Cappy Ishihara
2025-01-03 11:11:06 +07:00
committed by GitHub
parent 584786b647
commit a794fd2faa
+1 -1
View File
@@ -72,7 +72,7 @@ jobs:
- name: Build with Andaman (alternate arch)
if: matrix.pkg.arch == 'x86_64' && matrix.pkg.labels['multilib']
run: anda build ${{ matrix.pkg.pkg }} --package rpm -c mock-configs/terra-${{ matrix.version }}-i386.cfg
run: anda build ${{ matrix.pkg.pkg }} --package rpm -c terra-${{ matrix.version }}-i386
- name: Generating artifact name
id: art