cross compile busybox instead of emulation
ci/woodpecker/pr/pr-build Pipeline was successful

This commit is contained in:
2026-06-16 01:50:50 +02:00
parent b8dd344a93
commit 8fee49bf09
2 changed files with 106 additions and 14 deletions
+2 -1
View File
@@ -12,7 +12,8 @@
#
# Requirements:
# - docker with buildx
# - For non-native targets: binfmt/QEMU emulators registered, e.g.:
# - For non-native targets: binfmt/QEMU emulators registered for the applet
# symlink probe step (a minor step; the full C/Go compile is native):
# docker run --privileged --rm tonistiigi/binfmt --install arm64,arm
set -eu