Skip to content

Commit

Permalink
Merge branch 'frawhide' into fix/gamescope
Browse files Browse the repository at this point in the history
  • Loading branch information
korewaChino authored Jul 20, 2024
2 parents 245bada + ab55e71 commit b955eee
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 b955eee

Please sign in to comment.