diff --git a/Makefile b/Makefile index 92cd30ee46664f529362930cdda6c52537ae1fb1..cb13c4b5b83beab597c7e8a3d03124606e9cfa93 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -REPO ?= ghcr.io/BirenTechnology +REPO ?= ghcr.io/birentechnology PROJECT ?= k8s-device-plugin BUILD_ENV?= tag=$(shell git describe --abbrev=0 --tags) @@ -19,4 +19,4 @@ build: ${BUILD_ENV} GOOS=linux GOARCH=amd64 CGO_ENABLED=1 go build -ldflags="-X 'main.Version=$(VERSION)' -X 'main.Time=$(shell LC_TIME=en_US.UTF-8 date)' -X 'main.Commit=$(shell git rev-parse --short HEAD)'" -o k8s-device-topo debug/topo/topo.go build-arm: - ${BUILD_ENV} GOOS=linux GOARCH=arm64 CGO_ENABLED=1 go build -ldflags="-X 'main.Version=$(VERSION)' -X 'main.Time=$(shell LC_TIME=en_US.UTF-8 date)' -X 'main.Commit=$(shell git rev-parse --short HEAD)'" -o k8s-device-plugin cmd/manager.go \ No newline at end of file + ${BUILD_ENV} GOOS=linux GOARCH=arm64 CGO_ENABLED=1 go build -ldflags="-X 'main.Version=$(VERSION)' -X 'main.Time=$(shell LC_TIME=en_US.UTF-8 date)' -X 'main.Commit=$(shell git rev-parse --short HEAD)'" -o k8s-device-plugin cmd/manager.go