Skip to content

Commit

Permalink
fix: forgot to update the releasever in the UM mock config
Browse files Browse the repository at this point in the history
  • Loading branch information
lleyton committed Mar 8, 2024
1 parent 8ed20ad commit 663c01b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
config_opts['releasever'] = '39'
config_opts['releasever'] = '40'
config_opts['target_arch'] = 'aarch64'
config_opts['legal_host_arches'] = ('aarch64',)

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
config_opts['releasever'] = '39'
config_opts['releasever'] = '40'
config_opts['target_arch'] = 'x86_64'
config_opts['legal_host_arches'] = ('x86_64',)

Expand Down

0 comments on commit 663c01b

Please sign in to comment.