photoprism/scripts/deploy-release.sh
Michael Mayer 0b46643def CI: Update deploy and test scripts
Signed-off-by: Michael Mayer <michael@photoprism.app>
2022-07-22 12:58:37 +02:00

14 lines
184 B
Bash
Executable file

#!/usr/bin/env bash
# exit on error
set -ex
# install QEMU for multi-arch builds
scripts/install-qemu.sh
# run tests
scripts/test.sh
# build release images
make docker-release-all