feat: multilib for x86 (#1549)

* feat: multilib for x86

* feat: Build i686 for x86 targets if multilib
This commit is contained in:
Cappy Ishihara
2024-07-19 11:23:14 +07:00
committed by GitHub
parent e50a00c326
commit e8e046121a
5 changed files with 35 additions and 1 deletions
+5
View File
@@ -60,6 +60,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