-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathconfig.yml
More file actions
16 lines (14 loc) · 918 Bytes
/
config.yml
File metadata and controls
16 lines (14 loc) · 918 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# RHEL 10 OS Configuration
# This file defines architecture-specific build configurations
x86_64:
dist: rcd10 # Distribution identifier
arch: x86_64 # Target architecture
pkgType: rpm # Package management system
chrootenvConfigFile: chrootenvconfigs/chrootenv_x86_64.yml # Path to chrootenv config
releaseVersion: "10.0" # Distribution release version
aarch64:
dist: rcd10 # Distribution identifier
arch: aarch64 # Target architecture
pkgType: rpm # Package management system
chrootenvConfigFile: chrootenvconfigs/chrootenv_aarch64.yml # Path to chrootenv config
releaseVersion: "10.0" # Distribution release version