Skip to content

Commit

Permalink
python: sd_nspawn: Add aarch64 default machine value
Browse files Browse the repository at this point in the history
Signed-off-by: Nathan Chancellor <[email protected]>
  • Loading branch information
nathanchance committed Dec 29, 2024
1 parent 4811819 commit db1c610
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/scripts/sd_nspawn.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@

# Default machine for a particular architecture
DEF_MACH = {
'aarch64': 'dev-fedora',
'x86_64': 'dev-arch',
}

Expand Down

0 comments on commit db1c610

Please sign in to comment.