refactor docker deployment

This commit is contained in:
Nicholas St. Germain 2019-01-25 12:34:29 -06:00
parent 98794b3e7b
commit 3896f5242b
8 changed files with 29 additions and 85 deletions

3
prebuild.sh Normal file
View file

@ -0,0 +1,3 @@
#!/usr/bin/env bash
wget -q "https://github.com/multiarch/qemu-user-static/releases/download/v3.1.0-2/qemu-aarch64-static"
wget -q "https://github.com/multiarch/qemu-user-static/releases/download/v3.1.0-2/qemu-arm-static"