Skip to content

Commit

Permalink
Core16 needs cgroup1
Browse files Browse the repository at this point in the history
  • Loading branch information
Hook25 committed Nov 1, 2024
1 parent 6c14315 commit 8ba502d
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/armhf_lxd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,20 @@ jobs:
strategy:
fail-fast: false
matrix:
snapcraft_channel:
- "8.x"
runner_os:
- "ubuntu-22.04"
include:
#- snapcraft_channel: "8.x"
# series: "series24"
- snapcraft_channel: "8.x"
series: "series22"
- snapcraft_channel: "8.x"
series: "series20"
- series: "series22"
- series: "series20"
- snapcraft_channel: "7.x"
series: "series18"
- snapcraft_channel: "4.x"
series: "series16"
runs-on: ubuntu-22.04
runner_os: "ubuntu-18.04"
runs-on: ${{ matrix.runner_os }}
name: "Build: ${{ matrix.series }} (Snapcraft ${{ matrix.snapcraft_channel }})"
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 8ba502d

Please sign in to comment.