Skip to content

Commit

Permalink
only jammy matters now
Browse files Browse the repository at this point in the history
  • Loading branch information
rpardini committed Oct 1, 2024
1 parent 731a93a commit a191c61
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ jobs:
fail-fast: false # let other jobs try to complete if one fails
matrix:
arch: [ { name: 'arm64', runner: [ "self-hosted", "ARM64", "kodi-rockchip-deb" ] } ]
distro: [ 'debian:bookworm', 'ubuntu:jammy', 'ubuntu:noble', 'debian:trixie' ]
#distro: [ 'debian:bookworm', 'ubuntu:jammy', 'ubuntu:noble', 'debian:trixie' ]
distro: [ 'ubuntu:jammy' ]
steps:

- name: Checkout
Expand Down

0 comments on commit a191c61

Please sign in to comment.