Skip to content

Commit

Permalink
Removed unsupported distros
Browse files Browse the repository at this point in the history
Updated to supported distros from poky (master, HEAD->8fba302)
- Removed AlmaLinux 8.5
- Removed Debian Buster (10.x)
- Removed Fedora 35
- Added Fedora 37

Fixes #14
  • Loading branch information
lgrosz committed Apr 28, 2023
1 parent a628874 commit 2d9d357
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 261 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,11 @@ jobs:
fail-fast: false
matrix:
base_distro: [
almalinux-8.5,
almalinux-8.7,
almalinux-9.1,
debian-bullseye,
debian-buster,
fedora-34,
fedora-35,
fedora-36,
fedora-37,
leap-15.3,
leap-15.4,
ubuntu-18.04,
Expand Down
85 changes: 0 additions & 85 deletions almalinux-8.5/Dockerfile

This file was deleted.

80 changes: 0 additions & 80 deletions debian-buster/Dockerfile

This file was deleted.

91 changes: 0 additions & 91 deletions fedora-35/Dockerfile

This file was deleted.

2 changes: 1 addition & 1 deletion fedora-34/Dockerfile → fedora-37/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM fedora:34 as base
FROM fedora:37 as base

# [Required packages for build host](https://docs.yoctoproject.org/ref-manual/system-requirements.html#ubuntu-and-debian)
RUN dnf -y update && dnf -y install \
Expand Down

0 comments on commit 2d9d357

Please sign in to comment.