Skip to content

Commit

Permalink
build surface images for x86 only
Browse files Browse the repository at this point in the history
  • Loading branch information
nothingneko committed Oct 1, 2024
1 parent 0ab205a commit 082979c
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/build-katsu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,19 @@ jobs:
- gnome/gnome-live
- plasma/plasma-live
- xfce/xfce-live
- ports/surface/flagship-live
- ports/surface/gnome-live
- ports/surface/plasma-live
- ports/surface/xfce-live
exclude:
- arch: aarch64
variant: ports/surface/flagship-live
- arch: aarch64
variant: ports/surface/gnome-live
- arch: aarch64
variant: ports/surface/plasma-live
- arch: aarch64
variant: ports/surface/xfce-live
runs-on: ${{ matrix.arch == 'x86_64' && 'ubuntu-latest' || 'arm64' }}
container:
image: ghcr.io/terrapkg/builder:f41
Expand Down

0 comments on commit 082979c

Please sign in to comment.