CI: Enable multi-arch build for photoprism/goproxy

This commit is contained in:
Michael Mayer 2021-12-10 09:02:53 +01:00
parent 3d1a96fd0a
commit 4ee54a369f

View file

@ -210,8 +210,8 @@ docker-local:
docker-pull:
docker pull photoprism/photoprism:latest
docker-goproxy:
scripts/docker-build.sh goproxy $(DOCKER_TAG)
scripts/docker-push.sh goproxy $(DOCKER_TAG)
docker pull golang:alpine
scripts/docker-buildx.sh goproxy linux/amd64,linux/arm64 $(DOCKER_TAG)
docker-demo:
scripts/docker-build.sh demo $(DOCKER_TAG)
scripts/docker-push.sh demo $(DOCKER_TAG)