Mayank
5 years ago
No known key found for this signature in database
GPG Key ID: D037D60476CE748C
1 changed files with
4 additions and
1 deletions
-
build-test.sh
|
|
@ -1,7 +1,10 @@ |
|
|
|
#!/bin/bash -e |
|
|
|
set -x |
|
|
|
|
|
|
|
docker images -a |
|
|
|
uname -m |
|
|
|
sudo apt-get install qemu binfmt-support qemu-user-static # Install the qemu packages |
|
|
|
docker run --rm --privileged multiarch/qemu-user-static --reset -p yes # This step will execute the registering scripts |
|
|
|
docker run --rm -t multiarch/debian-debootstrap:armhf-buster-slim uname -m |
|
|
|
|
|
|
|
# wget -q "https://raw.githubusercontent.com/getumbrel/umbrel-compose/master/docker-compose.yml" |
|
|
|
# IMAGES=$(grep '^\s*image' docker-compose.yml | sed 's/image://' | sed 's/\"//g' | sed '/^$/d;s/[[:blank:]]//g' | sort | uniq) |
|
|
|