Skip to content

Commit

Permalink
configs: Build Mageia bootstrap chroots with target arch
Browse files Browse the repository at this point in the history
  • Loading branch information
wally-mageia committed Feb 6, 2024
1 parent db64d46 commit 7521884
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions mock-core-configs/etc/mock/templates/mageia-branched.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ config_opts['dist'] = 'mga{{ releasever }}' # only useful for --resultdir varia
config_opts['extra_chroot_dirs'] = [ '/run/lock', ]
config_opts['macros']['%distro_section'] = 'core'
config_opts['package_manager'] = 'dnf'
config_opts['bootstrap_forcearch'] = '{{ target_arch }}'
config_opts['bootstrap_image'] = 'docker.io/library/mageia:{{ releasever }}'
config_opts['use_bootstrap_image'] = False
config_opts['description'] = 'Mageia {{ releasever }}'
Expand Down
1 change: 1 addition & 0 deletions mock-core-configs/etc/mock/templates/mageia-cauldron.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ config_opts['extra_chroot_dirs'] = [ '/run/lock', ]
config_opts['releasever'] = '10'
config_opts['macros']['%distro_section'] = 'core'
config_opts['package_manager'] = 'dnf'
config_opts['bootstrap_forcearch'] = '{{ target_arch }}'
config_opts['bootstrap_image'] = 'docker.io/library/mageia:cauldron'
config_opts['use_bootstrap_image'] = False
config_opts['description'] = 'Mageia Cauldron'
Expand Down

0 comments on commit 7521884

Please sign in to comment.