mirror of
https://github.com/openfaas/faas.git
synced 2025-06-09 00:36:46 +00:00
5 lines
116 B
Bash
5 lines
116 B
Bash
#!/bin/sh
|
|
|
|
echo "Building functions/resizer:armhf..."
|
|
docker build -t functions/resizer:armhf -f Dockerfile.armhf .
|