Skip to content

Commit

Permalink
Merge pull request #32 from kubevirt-bot/cherry-pick-31-to-release-v0.2
Browse files Browse the repository at this point in the history
[release-v0.2] make image wasn't building csv-generator
  • Loading branch information
awels authored Nov 19, 2019
2 parents 0db328d + cd7fda0 commit 99a5fd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ operator:
csv-generator:
CGO_ENABLED=0 go build -a -ldflags '-extldflags "-static"' -o _out/csv-generator tools/csv-generator.go

image: operator
image: operator csv-generator
hack/version.sh _out; \
docker build -t $(DOCKER_REPO)/$(IMAGE):$(TAG) -f Dockerfile .

Expand Down

0 comments on commit 99a5fd7

Please sign in to comment.