mirror of
https://github.com/dutchcoders/transfer.sh.git
synced 2025-01-08 10:10:19 +01:00
10 lines
No EOL
460 B
Bash
10 lines
No EOL
460 B
Bash
#!/usr/bin/env bash
|
|
set -eu
|
|
|
|
echo "pre_build"
|
|
source hooks/.config
|
|
|
|
echo "Register qemu-*-static for all supported processors except current"
|
|
echo "⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯"
|
|
|
|
docker run --rm --privileged multiarch/qemu-user-static:register --reset |