Skip to content
This repository was archived by the owner on Mar 22, 2018. It is now read-only.

Commit cfc73ae

Browse files
committed
build the new thing
1 parent c0b0873 commit cfc73ae

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

Makefile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,10 @@ build: depend
4141
-ldflags "-X 'main.version=${VERSION}'" \
4242
-o cinder-flex-volume-driver \
4343
cmd/cinder-flex-volume-driver/main.go
44+
cd $(DEST) && CGO_ENABLED=0 GOOS=$(GOOS) go build \
45+
-ldflags "-X 'main.version=${VERSION}'" \
46+
-o k8s-keystone-auth \
47+
cmd/k8s-keystone-auth/main.go
4448

4549
test: unit functional
4650

@@ -108,7 +112,7 @@ install-distro-packages:
108112
tools/install-distro-packages.sh
109113

110114
clean:
111-
rm -rf .bindep openstack-cloud-controller-manager cinder-flex-volume-driver cinder-provisioner
115+
rm -rf .bindep openstack-cloud-controller-manager cinder-flex-volume-driver cinder-provisioner k8s-keystone-auth
112116

113117
realclean: clean
114118
rm -rf vendor

0 commit comments

Comments
 (0)