04e90a865d
Signed-off-by: Michael Mayer <michael@photoprism.app>
10 lines
150 B
Bash
Executable file
10 lines
150 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
# Exit on error.
|
|
set -ex
|
|
|
|
# Use QEMU for multi-arch builds.
|
|
scripts/install-qemu.sh
|
|
|
|
# Build develop images.
|
|
make docker-develop
|