You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 11, 2025. It is now read-only.
@SERVERSERVICE_CRDB_URI="${TEST_DB}" go run main.go migrate up
70
72
@cockroach sql --insecure -e "use serverservice_test; ALTER TABLE attributes DROP CONSTRAINT check_server_id_server_component_id; ALTER TABLE versioned_attributes DROP CONSTRAINT check_server_id_server_component_id;"
71
73
72
-
73
74
## Build linux bin
74
75
build-linux:
75
-
GOOS=linux GOARCH=amd64 go build -o fleetdb
76
+
CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o ${PROJECT_NAME}
76
77
77
78
## build docker image and tag as ghcr.io/metal-toolbox/fleetdb:latest
0 commit comments