Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
commit-analyzer-cz
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GitHub Mirror
go-semantic-release
commit-analyzer-cz
Commits
7c4f5036
Commit
7c4f5036
authored
4 years ago
by
Christoph Witzko
Browse files
Options
Downloads
Patches
Plain Diff
fix: static build
parent
0506d5b3
Branches
Branches containing commit
Tags
v1.10.0
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.github/workflows/ci.yml
+2
-0
2 additions, 0 deletions
.github/workflows/ci.yml
with
2 additions
and
0 deletions
.github/workflows/ci.yml
+
2
−
0
View file @
7c4f5036
...
@@ -50,6 +50,8 @@ jobs:
...
@@ -50,6 +50,8 @@ jobs:
gox -parallel 4 -osarch="linux/amd64 darwin/amd64 linux/arm windows/amd64" -ldflags="-extldflags '-static' -s -w -X github.com/go-semantic-release/commit-analyzer-cz/pkg/analyzer.CAVERSION=${{steps.semrel.outputs.version}}" -output="bin/{{.Dir}}_v${{steps.semrel.outputs.version}}_{{.OS}}_{{.Arch}}" ./cmd/commit-analyzer-cz/
gox -parallel 4 -osarch="linux/amd64 darwin/amd64 linux/arm windows/amd64" -ldflags="-extldflags '-static' -s -w -X github.com/go-semantic-release/commit-analyzer-cz/pkg/analyzer.CAVERSION=${{steps.semrel.outputs.version}}" -output="bin/{{.Dir}}_v${{steps.semrel.outputs.version}}_{{.OS}}_{{.Arch}}" ./cmd/commit-analyzer-cz/
cd bin/ && shasum -a 256 * > ./commit-analyzer-cz_v${{steps.semrel.outputs.version}}_checksums.txt && cd -
cd bin/ && shasum -a 256 * > ./commit-analyzer-cz_v${{steps.semrel.outputs.version}}_checksums.txt && cd -
if
:
steps.semrel.outputs.version != ''
if
:
steps.semrel.outputs.version != ''
env
:
CGO_ENABLED
:
0
-
run
:
ghr $(cat .ghr) bin/
-
run
:
ghr $(cat .ghr) bin/
if
:
steps.semrel.outputs.version != ''
if
:
steps.semrel.outputs.version != ''
env
:
env
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment