File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ GOBUILD = GO111MODULE=on CGO_ENABLED=0 GOARCH=${GOARCH} go build ${LDFLAGS}
24
24
GOTEST = GO111MODULE=on go test -race
25
25
26
26
CLIENT_PLATFORMS =darwin linux freebsd windows
27
- ARCHITECTURES =amd64
27
+ ARCHITECTURES =amd64 arm64
28
28
29
29
help : # # Display the help message
30
30
@echo " Please use \` make <target>\` where <target> is one of:"
Original file line number Diff line number Diff line change @@ -63,5 +63,5 @@ ui_build_ce_image_dev:
63
63
REGISTRY_USER : " ${CI_REGISTRY_USER}"
64
64
REGISTRY_PASSWORD : " ${CI_REGISTRY_PASSWORD}"
65
65
REGISTRY : " ${CI_REGISTRY}"
66
- DOCKER_NAME : " registry.gitlab.com/postgres-ai/database-lab /ce-ui"
66
+ DOCKER_NAME : " ${CI_REGISTRY}/${CI_PROJECT_NAMESPACE}/${CI_PROJECT_NAME} /ce-ui"
67
67
TAGS : " ${DOCKER_NAME}:${CI_COMMIT_REF_SLUG}"
You can’t perform that action at this time.
0 commit comments