simp/Build and Sign RPM using `pkg:single`

Builds an RPM using `rake pkg:single` inside a SIMP build container and signs with a GPG key

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
gpg_signing_keyASCII-armored content of the GPG signing key's secret/private keyyes
gpg_signing_key_idGPG signing key's GPG ID (name)yes
gpg_signing_key_passphrasePassphrase to use the GPG signing keyyes
path_to_buildPath to directory to buildno${{ github.workspace }}
simp_builder_docker_imageSIMP build container image to stage build. So far, the action has only been tested with (and probably only works with) the EL8 build image' nodocker.io/simpproject/simp_build_centos8:latest
simp_core_ref_for_building_rpmsA ref (usually tagged release) in simp-core that is stable enough to build RPMsno6.5.0-1
verboseIf "yes", enables verbose logging while building the RPMnoyes
namedescription
rpm_file_pathsLocal absolute paths to new RPM(s)
rpm_gpg_fileLocal absolute path to public GPG signing key
rpm_dist_dirLocal absolute path to RPM `dist/` dir