diff --git a/.github/workflows/armhf_lxd.yaml b/.github/workflows/armhf_lxd.yaml index ede453b43e..231a4de441 100644 --- a/.github/workflows/armhf_lxd.yaml +++ b/.github/workflows/armhf_lxd.yaml @@ -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" @@ -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"