Skip to content

Commit

Permalink
ci: build kde raw on large runners
Browse files Browse the repository at this point in the history
  • Loading branch information
lleyton authored Aug 20, 2024
1 parent 2e2e031 commit 0ea71e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-katsu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
variant: kde/kde-chromebook
- arch: aarch64
variant: xfce/xfce-chromebook
runs-on: ${{ matrix.arch == 'x86_64' && 'ubuntu-latest' || 'arm64' }}
runs-on: ${{ matrix.arch == 'x86_64' && matrix.variant == 'kde/base-disk' && 'x86-64-lg' || matrix.arch == 'x86_64' && 'ubuntu-latest' || 'arm64' }}
container:
image: ghcr.io/terrapkg/builder:f41
# Pass /dev from host to container
Expand Down

0 comments on commit 0ea71e6

Please sign in to comment.