mirror of
https://github.com/openfaas/faas.git
synced 2025-06-26 16:53:26 +00:00
Refactor to armv6
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user