mirror of
https://github.com/openfaas/faas.git
synced 2025-06-10 09:16:48 +00:00
5 lines
87 B
Bash
Executable File
5 lines
87 B
Bash
Executable File
#!/bin/bash
|
|
|
|
(cd gateway && ./build.armhf.sh) && \
|
|
(cd watchdog && ./build.armhf.sh)
|