Skip to content
This repository has been archived by the owner on Mar 15, 2024. It is now read-only.

Commit

Permalink
CI: Remove Ubuntu releases
Browse files Browse the repository at this point in the history
Groovy and Xenial are EOL now. impish does not have linux-headers
package. But update releases does not help because Focal (LTS, it'd be a
candidate to test) and Hirsute have problems to install
linux-headers-5.11.0-1021-azure (some strange timeout).

This means that 6999232 ("install_pkg: Fix kernel headers for Ubuntu")
was tested only locally.

Signed-off-by: Petr Vorel <[email protected]>
  • Loading branch information
pevik committed Nov 29, 2021
1 parent 40cf650 commit a8748c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/distro-install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: false
matrix:
container: ["alpine:latest", "debian:testing", "debian:stable", "debian:oldstable", "fedora:latest", "opensuse/tumbleweed", "opensuse/leap", "ubuntu:groovy", "ubuntu:xenial"]
container: ["alpine:latest", "debian:testing", "debian:stable", "debian:oldstable", "fedora:latest", "opensuse/tumbleweed"]
env: [ARGS: "--m32", ARGS: ""]

exclude:
Expand Down

0 comments on commit a8748c7

Please sign in to comment.