Skip to content

Commit

Permalink
Set all values for all includes
Browse files Browse the repository at this point in the history
  • Loading branch information
Hook25 committed Nov 1, 2024
1 parent 8ba502d commit 30dc5e4
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .github/workflows/armhf_lxd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,17 @@ jobs:
strategy:
fail-fast: false
matrix:
snapcraft_channel:
- "8.x"
runner_os:
- "ubuntu-22.04"
include:
# series: "series24"
- series: "series22"
snapcraft_channel: "8.x"
runner_os: "ubuntu-22.04"
- series: "series20"
- snapcraft_channel: "7.x"
series: "series18"
snapcraft_channel: "8.x"
runner_os: "ubuntu-22.04"
- series: "series18"
snapcraft_channel: "7.x"
runner_os: "ubuntu-22.04"
- snapcraft_channel: "4.x"
series: "series16"
runner_os: "ubuntu-18.04"
Expand All @@ -34,11 +35,9 @@ jobs:
architecture: armhf
snapcraft-channel: ${{ matrix.snapcraft_channel }}
path: "checkbox-core-snap/${{matrix.series}}"

- name: Show the artifact
run: |
ls checkbox-core-snap/series22
- uses: actions/upload-artifact@v4
with:
path: "checkbox-core-snap/${{matrix.series}}/*.snap"

0 comments on commit 30dc5e4

Please sign in to comment.