Skip to content

Commit

Permalink
add pi to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nothingneko committed Nov 21, 2024
1 parent a59979c commit e28eb12
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/build-katsu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,18 @@ jobs:
- x86_64
- aarch64
variant:
# generic efi
- base/base-disk
- flagship/base-disk
- gnome/base-disk
- plasma/base-disk
- xfce/base-disk
# rpi with uboot
- ports/rpi/flagship
- ports/rpi/gnome
- ports/rpi/plasma
- ports/rpi/xfce
# chromebooks - indev
#- ports/chromebook/flagship
#- ports/chromebook/gnome
#- ports/chromebook/plasma
Expand All @@ -77,6 +84,15 @@ jobs:
variant: plasma/plasma-chromebook
- arch: aarch64
variant: xfce/xfce-chromebook
# exclude pi x86
- arch: x86_64
variant: ports/rpi/flagship
- arch: x86_64
variant: ports/rpi/gnome
- arch: x86_64
variant: ports/rpi/plasma
- arch: x86_64
variant: ports/rpi/xfce
runs-on: ${{ matrix.arch == 'x86_64' && 'ubuntu-latest' || 'arm64' }}
container:
image: ghcr.io/terrapkg/builder:f41
Expand Down

0 comments on commit e28eb12

Please sign in to comment.