| |
@@ -29,7 +29,7 @@
|
| |
|
| |
# limit tree architectures
|
| |
# if undefined, all architectures from variants.xml will be included
|
| |
- tree_arches = ['aarch64', 'armhfp', 'ppc64le', 's390x', 'x86_64']
|
| |
+ tree_arches = ['aarch64', 'ppc64le', 's390x', 'x86_64']
|
| |
|
| |
# limit tree variants
|
| |
# if undefined, all variants from variants.xml will be included
|
| |
@@ -327,7 +327,7 @@
|
| |
'kickstart': 'fedora-container-base.ks',
|
| |
'distro': 'Fedora-22',
|
| |
'disk_size': 5,
|
| |
- 'arches': ['armhfp', 'aarch64', 'ppc64le', 's390x', 'x86_64'],
|
| |
+ 'arches': ['aarch64', 'ppc64le', 's390x', 'x86_64'],
|
| |
'repo': 'Everything',
|
| |
'install_tree_from': 'Everything',
|
| |
'subvariant': 'Container_Base',
|
| |
@@ -347,7 +347,7 @@
|
| |
'kickstart': 'fedora-container-base-minimal.ks',
|
| |
'distro': 'Fedora-22',
|
| |
'disk_size': 5,
|
| |
- 'arches': ['armhfp', 'aarch64', 'ppc64le', 's390x', 'x86_64'],
|
| |
+ 'arches': ['aarch64', 'ppc64le', 's390x', 'x86_64'],
|
| |
'repo': 'Everything',
|
| |
'install_tree_from': 'Everything',
|
| |
'subvariant': 'Container_Minimal_Base',
|
| |
@@ -468,7 +468,7 @@
|
| |
'kickstart': 'fedora-disk-minimal.ks',
|
| |
'distro': 'Fedora-30',
|
| |
'disk_size': 6,
|
| |
- 'arches': ['aarch64', 'armhfp'],
|
| |
+ 'arches': ['aarch64'],
|
| |
'repo': 'Everything',
|
| |
'install_tree_from': 'Everything',
|
| |
'subvariant': 'Minimal',
|
| |
@@ -482,7 +482,7 @@
|
| |
'kickstart': 'fedora-disk-kde.ks',
|
| |
'distro': 'Fedora-30',
|
| |
'disk_size': 14,
|
| |
- 'arches': ['aarch64', 'armhfp'],
|
| |
+ 'arches': ['aarch64'],
|
| |
'repo': 'Everything',
|
| |
'install_tree_from': 'Everything',
|
| |
'subvariant': 'KDE',
|
| |
@@ -496,7 +496,7 @@
|
| |
'kickstart': 'fedora-disk-soas.ks',
|
| |
'distro': 'Fedora-30',
|
| |
'disk_size': 10,
|
| |
- 'arches': ['aarch64', 'armhfp'],
|
| |
+ 'arches': ['aarch64'],
|
| |
'repo': 'Everything',
|
| |
'install_tree_from': 'Everything',
|
| |
'subvariant': 'SoaS',
|
| |
@@ -510,7 +510,7 @@
|
| |
'kickstart': 'fedora-disk-xfce.ks',
|
| |
'distro': 'Fedora-30',
|
| |
'disk_size': 11,
|
| |
- 'arches': ['aarch64', 'armhfp'],
|
| |
+ 'arches': ['aarch64'],
|
| |
'repo': 'Everything',
|
| |
'install_tree_from': 'Everything',
|
| |
'subvariant': 'Xfce',
|
| |
@@ -526,7 +526,7 @@
|
| |
'kickstart': 'fedora-disk-workstation.ks',
|
| |
'distro': 'Fedora-30',
|
| |
'disk_size': 13,
|
| |
- 'arches': ['armhfp', 'aarch64'],
|
| |
+ 'arches': ['aarch64'],
|
| |
'repo': 'Everything',
|
| |
'install_tree_from': 'Everything',
|
| |
'subvariant': 'Workstation',
|
| |
@@ -542,7 +542,7 @@
|
| |
'kickstart': 'fedora-disk-server.ks',
|
| |
'distro': 'Fedora-30',
|
| |
'disk_size': 7,
|
| |
- 'arches': ['armhfp', 'aarch64'],
|
| |
+ 'arches': ['aarch64'],
|
| |
'repo': 'Server',
|
| |
'install_tree_from': 'Server',
|
| |
'subvariant': 'Server',
|
| |
As per the approved change to retire ARMv7/armhfp
https://fedoraproject.org/w/index.php?title=Changes/RetireARMv7
Signed-off-by: Peter Robinson pbrobinson@gmail.com