Skip to content

Commit

Permalink
python: sd_nspawn: Set default machine for arm
Browse files Browse the repository at this point in the history
Signed-off-by: Nathan Chancellor <nathan@kernel.org>
  • Loading branch information
nathanchance committed Jan 8, 2025
1 parent 488f708 commit 3d3481a
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 @@ -20,6 +20,7 @@
# Default machine for a particular architecture
DEF_MACH = {
'aarch64': 'dev-fedora',
'armv7l': 'dev-debian',
'x86_64': 'dev-arch',
}

Expand Down

0 comments on commit 3d3481a

Please sign in to comment.