Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
sidecar-client-fabric
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
link33
sidecar-client-fabric
Commits
14c07a54
Commit
14c07a54
authored
Apr 12, 2021
by
xiaochenl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update Makefile and release.yml
Update Makefile and release.yml
parent
2d313baf
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
release.yml
.github/workflows/release.yml
+2
-1
Makefile
Makefile
+2
-1
No files found.
.github/workflows/release.yml
View file @
14c07a54
...
...
@@ -27,6 +27,6 @@ jobs:
-
name
:
Release Binary
uses
:
softprops/action-gh-release@v1
with
:
files
:
build/fabric-client-*
files
:
build/fabric-client-
v
*
env
:
GITHUB_TOKEN
:
${{ secrets.GITHUB_TOKEN }}
\ No newline at end of file
Makefile
View file @
14c07a54
SHELL
:=
/bin/bash
CURRENT_PATH
=
$(
shell
pwd
)
DISTRO
=
$(
shell
uname
)
CURRENT_TAG
=
$(
shell
git describe
--abbrev
=
0
--tags
)
GO
=
GO111MODULE
=
on go
...
...
@@ -32,7 +33,7 @@ fabric1.4-linux:
release-binary
:
mkdir
-p
build
$(GO)
build
-o
build/fabric-client-
${
DISTRO
}
./
*
.go
$(GO)
build
-o
build/fabric-client-
${
CURRENT_TAG
}
-
${
DISTRO
}
./
*
.go
## make linter: Run golanci-lint
linter
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment