Skip to content

Commit

Permalink
Fixes building kubeapps on ubuntu 18.04 (with golang snap package)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sameer Naik committed May 29, 2018
1 parent d8435cc commit a3ffbbb
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 @@ -12,7 +12,7 @@ EMBEDDED_STATIC = generated/statik/statik.go
default: kubeapps

kubeapps: $(EMBEDDED_STATIC)
$(GO) build -i -o $(BINARY) $(GO_FLAGS) $(IMPORT_PATH)
$(GO) build -o $(BINARY) $(GO_FLAGS) $(IMPORT_PATH)

test: $(EMBEDDED_STATIC)
$(GO) test $(GO_PACKAGES)
Expand Down

0 comments on commit a3ffbbb

Please sign in to comment.