Added altarch releases

- rocky-release-rpi
- rocky-release-altarch

Both added to "extras" repository config.

-Skip G.
This commit is contained in:
Skip Grube 2022-07-28 15:35:47 -04:00
parent 6425ad5f3f
commit c0512ccf14
No known key found for this signature in database
GPG Key ID: D391F8393BEA6D9C
1 changed files with 21 additions and 1 deletions

View File

@ -63,4 +63,24 @@ package {
name: "extras"
include_filter: "rpmfusion-free-release.noarch"
}
}
}
package {
name: "rocky-release-altarch"
type: PACKAGE_TYPE_NORMAL_SRC
repository {
name: "extras"
include_filter: "rocky-release-altarch.noarch"
}
}
package {
name: "rocky-release-rpi"
type: PACKAGE_TYPE_NORMAL_SRC
repository {
name: "extras"
include_filter: "rocky-release-rpi.noarch"
}
}