Skip to content

Commit

Permalink
feat(ci): multilib
Browse files Browse the repository at this point in the history
See #1549
  • Loading branch information
madonuko committed Jul 20, 2024
1 parent b50d5ae commit 3091e97
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/autobuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 3091e97

Please sign in to comment.