Skip to content

Commit

Permalink
build: recommend dmidecode for rpm and deb packages
Browse files Browse the repository at this point in the history
  • Loading branch information
pkazmierczak committed Dec 31, 2024
1 parent 06c8244 commit b19ed2d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,8 @@ jobs:
binary: "pkg/${{ matrix.goos }}_${{ matrix.goarch }}/${{ env.PKG_NAME }}"
deb_depends: "openssl"
rpm_depends: "openssl"
deb_recommends: "dmidecode"
rpm_recommends: "dmidecode"
config_dir: ".release/linux/package/"
preinstall: ".release/linux/preinst"
postinstall: ".release/linux/postinst"
Expand Down

0 comments on commit b19ed2d

Please sign in to comment.