Skip to content

Commit 3b1c814

Browse files
Marius Bobinagneum
authored andcommitted
feat: create client binaries for Apple silicon
1 parent 0ad2cdd commit 3b1c814

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)