From 3091e97c09d89dee650b33a078efb19980ad03c6 Mon Sep 17 00:00:00 2001 From: madonuko Date: Sat, 20 Jul 2024 20:49:46 +0800 Subject: [PATCH] feat(ci): multilib See #1549 --- .github/workflows/autobuild.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/autobuild.yml b/.github/workflows/autobuild.yml index 1a990cc578..961926a8fe 100644 --- a/.github/workflows/autobuild.yml +++ b/.github/workflows/autobuild.yml @@ -61,6 +61,11 @@ jobs: - name: Build with Andaman run: anda build ${{ matrix.pkg.pkg }} --package rpm -c anda/terra/mock-configs/terra-${{ matrix.version }}-${{ matrix.pkg.arch }}.cfg + - 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 anda/terra/mock-configs/terra-${{ matrix.version }}-i386.cfg + - name: Generating artifact name id: art run: |