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