setup multiarch builder

This commit is contained in:
t3chn0m4g3
2025-06-14 12:22:04 +02:00
parent 8a59696a5c
commit 8fd23d7796
2 changed files with 4 additions and 5 deletions

View File

@ -132,7 +132,7 @@ fi
# Ensure QEMU is set up for cross-platform builds
echo -n "Ensuring QEMU is configured for cross-platform builds..."
if docker run --rm --privileged multiarch/qemu-user-static --reset -p yes > /dev/null 2>&1; then
if docker run --rm --privileged tonistiigi/binfmt --install all > /dev/null 2>&1; then
echo -e " [${GREEN}OK${NC}]"
else
echo -e " [${RED}FAIL${NC}]"