Skip to content

Commit

Permalink
run pantheon build on lg runner
Browse files Browse the repository at this point in the history
  • Loading branch information
lleyton authored May 26, 2024
1 parent c7c5a66 commit 365061d
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 @@ -124,7 +124,7 @@ jobs:
- gnome/gnome-live
- kde/kde-live
- pantheon/pantheon-live
runs-on: ${{ matrix.arch == 'x86_64' && matrix.variant == 'kde/kde-live' && 'x86-64-lg' || matrix.arch == 'x86_64' && 'ubuntu-latest' || 'arm64' }}
runs-on: ${{ matrix.arch == 'x86_64' && (matrix.variant == 'kde/kde-live' || matrix.variant == 'pantheon/pantheon-live') && 'x86-64-lg' || matrix.arch == 'x86_64' && 'ubuntu-latest' || 'arm64' }}
container:
image: ghcr.io/terrapkg/builder:f39
# Pass /dev from host to container
Expand Down

0 comments on commit 365061d

Please sign in to comment.