CI: Enable multi-arch build for photoprism/goproxy
This commit is contained in:
parent
3d1a96fd0a
commit
4ee54a369f
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue