Refactor to armv6

This commit is contained in:
Alex Ellis
2017-03-01 20:23:16 +00:00
committed by Alex Ellis
parent fe1e9fc52e
commit d5290aad1b
6 changed files with 130 additions and 88 deletions

View File

@ -1,13 +0,0 @@
#!/bin/sh
# Below makes use of "builder pattern" so that binary is extracted separate
# from the golang runtime/SDK
echo Building alexellis2/faas-watchdog:build-armhf
docker build --build-arg https_proxy=$https_proxy --build-arg http_proxy=$http_proxy \
-t alexellis2/faas-watchdog:build-armhf . -f Dockerfile.armhf
docker create --name buildoutput alexellis2/faas-watchdog:build-armhf echo
docker cp buildoutput:/go/src/app/app ./fwatchdog
docker rm buildoutput