Enable Docker multi-arch builds by default (#5901)
* Enable Docker multi-arch image building * Added migration for Docker multi-arch image building
This commit is contained in:
@@ -105,6 +105,7 @@ power-profiles-daemon
|
|||||||
python-gobject
|
python-gobject
|
||||||
python-poetry-core
|
python-poetry-core
|
||||||
python-terminaltexteffects
|
python-terminaltexteffects
|
||||||
|
qemu-user-static-binfmt
|
||||||
qt5-wayland
|
qt5-wayland
|
||||||
quickshell
|
quickshell
|
||||||
ripgrep
|
ripgrep
|
||||||
|
|||||||
@@ -0,0 +1,3 @@
|
|||||||
|
echo "Install qemu-user-static-binfmt for multi-arch Docker image building"
|
||||||
|
|
||||||
|
omarchy-pkg-add qemu-user-static-binfmt
|
||||||
Reference in New Issue
Block a user