09da41996d
Signed-off-by: Michael Mayer <michael@photoprism.app>
10 lines
155 B
Bash
Executable file
10 lines
155 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
# exit on error
|
|
set -ex
|
|
|
|
# install QEMU for multi-arch builds
|
|
scripts/install-qemu.sh
|
|
|
|
# build release images
|
|
make docker-develop-all
|