Skip to content

Commit

Permalink
build targz on ubuntu 2004
Browse files Browse the repository at this point in the history
  • Loading branch information
nxadm committed Jul 31, 2024
1 parent 7c29e14 commit 30164d6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/devbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
"debian:10-slim", "debian:11-slim", "debian:12-slim", "debian:testing-slim",
"fedora:39", "fedora:40", "fedora:rawhide",
"opensuse/leap:15.5", "opensuse/leap:15.6", "opensuse/tumbleweed",
"ubuntu:16.04", "ubuntu:20.04", "ubuntu:22.04", "ubuntu:24.04",
"ubuntu:20.04", "ubuntu:22.04", "ubuntu:24.04",
"ubuntu:devel",
]
runs-on: ubuntu-20.04
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
"debian:10-slim", "debian:11-slim", "debian:12-slim",
"fedora:39", "fedora:40",
"opensuse/leap:15.5", "opensuse/leap:15.6", "opensuse/tumbleweed",
"ubuntu:16.04", "ubuntu:20.04", "ubuntu:22.04", "ubuntu:24.04",
"ubuntu:20.04", "ubuntu:22.04", "ubuntu:24.04",
]
experimental: [false]
include:
Expand Down
2 changes: 1 addition & 1 deletion config/pkginfo.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
NFPM_RELEASE=2.38.0
PKG_MAINTAINER="Claudio Ramirez <pub.claudio@gmail.com>"
PKG_TARGZ="ubuntu16.04"
PKG_TARGZ="ubuntu20.04"
FEDORA_RAWHIDE_VERSION=41
DEBIAN_TESTING_CODENAME="trixie"

0 comments on commit 30164d6

Please sign in to comment.