Open flozano opened 9 months ago
I've followed advice in https://github.com/nebula-plugins/gradle-ospackage-plugin/issues/384
and added:
ospackage {
os = org.redline_rpm.header.Os.LINUX
}
and it worked.
I think this should be the default, "unknown" OS RPMs are not common.
I'm building packages in a github action (and thus Linux).
My build looks like this:
build.gradle:
and when I generate an RPM with buildRpm task, I get:
I understand the os should be set to linux instead... but I see no way to do it cleanly with the ospackage-application-spring-boot plugin. Any hint?
(adding settings.gradle for completion, but I don't think it's related):