mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
build: recommend dmidecode for rpm and deb packages (#24765)
This commit is contained in:
committed by
GitHub
parent
06c8244c0d
commit
f01c8aa66c
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user