Files
faas/sample-functions/ResizeImageMagick/build.armhf.sh

5 lines
116 B
Bash

#!/bin/sh
echo "Building functions/resizer:armhf..."
docker build -t functions/resizer:armhf -f Dockerfile.armhf .