Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit b76f93a

Browse files
committed
Merge branch 'mbobin-master-patch-79682' into 'master'
Create client binaries for Apple silicon See merge request postgres-ai/database-lab!719
2 parents 0ad2cdd + 3b1c814 commit b76f93a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎engine/Makefile‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ GOBUILD = GO111MODULE=on CGO_ENABLED=0 GOARCH=${GOARCH} go build ${LDFLAGS}
2424
GOTEST = GO111MODULE=on go test -race
2525

2626
CLIENT_PLATFORMS=darwin linux freebsd windows
27-
ARCHITECTURES=amd64
27+
ARCHITECTURES=amd64 arm64
2828

2929
help: ## Display the help message
3030
@echo "Please use \`make <target>\` where <target> is one of:"

‎ui/packages/ce/.gitlab-ci.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,5 +63,5 @@ ui_build_ce_image_dev:
6363
REGISTRY_USER: "${CI_REGISTRY_USER}"
6464
REGISTRY_PASSWORD: "${CI_REGISTRY_PASSWORD}"
6565
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"
6767
TAGS: "${DOCKER_NAME}:${CI_COMMIT_REF_SLUG}"

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /