Skip to content

Commit

Permalink
feat(ci): exclude builds aarch64 chromebook
Browse files Browse the repository at this point in the history
  • Loading branch information
madonuko authored May 15, 2024
1 parent 5f1191b commit dc4f7da
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/build-katsu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,15 @@ jobs:
- xfce/xfce-chromebook
#- pantheon/pantheon-chromebook
# TODO: figure out how to get loop devices to work on our ARM runners
exclude:
- arch: aarch64
variant: flagship/flagship-chromebook
- arch: aarch64
variant: gnome/gnome-chromebook
- arch: aarch64
variant: kde/kde-chromebook
- arch: aarch64
variant: xfce/xfce-chromebook
runs-on: ${{ matrix.arch == 'x86_64' && 'ubuntu-latest' || 'arm64' }}
container:
image: ghcr.io/terrapkg/builder:f40
Expand Down

0 comments on commit dc4f7da

Please sign in to comment.