From a794fd2faaa1e92948e2f183c5625a887f037bba Mon Sep 17 00:00:00 2001 From: Cappy Ishihara Date: Fri, 3 Jan 2025 11:11:06 +0700 Subject: [PATCH] Fixes alternate arch build to point to system config (#2846) --- .github/workflows/autobuild.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/autobuild.yml b/.github/workflows/autobuild.yml index 6f1903ecb0..6bbb24ccf6 100644 --- a/.github/workflows/autobuild.yml +++ b/.github/workflows/autobuild.yml @@ -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