Skip to content

Commit

Permalink
update git chmod
Browse files Browse the repository at this point in the history
  • Loading branch information
kubemq committed Jun 2, 2019
1 parent 44fe192 commit 87d0880
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 10 deletions.
25 changes: 16 additions & 9 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ tasks:
GOARCH: amd64
cmds:
- go build -o "./bin/macos/{{.BINARY_NAME}}" -ldflags "-X main.version={{.VERSION}}"
- git update-index --chmod=+x "./bin/macos/{{.BINARY_NAME}}"
build_linux_64:
env:
GOOS: linux
Expand All @@ -38,4 +39,5 @@ tasks:
GOOS: linux
GOARCH: 386
cmds:
- go build -o "./bin/linux32/{{.BINARY_NAME}}" -ldflags "-X main.version={{.VERSION}}"
- go build -o "./bin/linux32/{{.BINARY_NAME}}" -ldflags "-X main.version={{.VERSION}}"
- git update-index --chmod=+x "./bin/linux32/{{.BINARY_NAME}}"
Empty file modified bin/linux32/kubetools
100644 → 100755
Empty file.
Empty file modified bin/macos/kubetools
100644 → 100755
Empty file.

0 comments on commit 87d0880

Please sign in to comment.