Skip to content

Commit

Permalink
ci: build isos on x86-64-lg
Browse files Browse the repository at this point in the history
  • Loading branch information
lleyton authored May 10, 2024
1 parent bc1d8b0 commit c5b3781
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 @@ -117,7 +117,7 @@ jobs:
- kde/kde-live
#- pantheon/pantheon-live
- xfce/xfce-live
runs-on: ${{ matrix.arch == 'x86_64' && 'ubuntu-latest' || 'arm64' }}
runs-on: ${{ matrix.arch == 'x86_64' && 'x86-64-lg' || 'arm64' }}
container:
image: ghcr.io/terrapkg/builder:f40
# Pass /dev from host to container
Expand Down

0 comments on commit c5b3781

Please sign in to comment.