Skip to content

Commit

Permalink
rbac-tool updates & fix (#18)
Browse files Browse the repository at this point in the history
* Logo update

* remove -i from build target
  • Loading branch information
gadinaor committed Jun 11, 2020
1 parent 3b08e35 commit a944077
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -72,7 +72,7 @@ get-release-bins: ##@build Download goreleaser

.PHONY: build
build: ##@build Build on local platform
export CGO_ENABLED=0 && go build -o $(BINDIR)/$(BINNAME) -tags staticbinary -i -v -ldflags '$(LDFLAGS)' github.com/alcideio/rbac-tool
export CGO_ENABLED=0 && go build -o $(BINDIR)/$(BINNAME) -tags staticbinary -v -ldflags '$(LDFLAGS)' github.com/alcideio/rbac-tool


#
Expand Down
5 changes: 4 additions & 1 deletion README.md
Expand Up @@ -321,4 +321,7 @@ If you have an idea to enhance rbac-tool follow the steps below.
- Your PR is more likely to be accepted if it focuses on just one change.
- Please include a comment with the results before and after your change.
- Your PR is more likely to be accepted if it includes tests.
- You're welcome to submit a draft PR if you would like early feedback on an idea or an approach.
- You're welcome to submit a draft PR if you would like early feedback on an idea or an approach.
[![Stargazers over time](https://starchart.cc/alcideio/rbac-tool.svg)](https://starchart.cc/alcideio/rbac-tool)
Binary file modified rbac-tool.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a944077

Please sign in to comment.