Skip to content

Commit

Permalink
add ubuntu focal to deb packaging workflow (#433)
Browse files Browse the repository at this point in the history
Adds ubuntu focal to deb packaging workflow, this package will work
as long as the kernel is new enough.

Add kernel version to deb control file and drop the build for focal
on arm64.
  • Loading branch information
brayniac authored Feb 4, 2025
1 parent 63b12cc commit 30168a6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/package-deb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ jobs:
- { distro: debian, release: bookworm, arch: arm64 }

# ubuntu kernels supported from 20.10 and up
# Rezolus will work on focal if a modern kernel is installed
- { distro: ubuntu, release: focal, arch: x86_64 } # 20.04
- { distro: ubuntu, release: jammy, arch: x86_64 } # 22.04
- { distro: ubuntu, release: jammy, arch: arm64 } # 22.04
- { distro: ubuntu, release: noble, arch: x86_64 } # 24.04
Expand Down
1 change: 1 addition & 0 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ Section: devel
Priority: optional
Maintainer: IOP Systems <[email protected]>
Standards-Version: 4.6.2
Kernel-Version: 5.5
Build-Depends:
debhelper (>= 10),
pkg-config,
Expand Down

0 comments on commit 30168a6

Please sign in to comment.