Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
flux2
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GitHub Mirror
fluxcd
flux2
Commits
927c21a6
Commit
927c21a6
authored
4 years ago
by
Chanwit Kaewkasi
Browse files
Options
Downloads
Patches
Plain Diff
change the windows binary release format to .zip
Signed-off-by:
Chanwit Kaewkasi
<
chanwit@gmail.com
>
parent
624a9ba8
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.goreleaser.yml
+25
-8
25 additions, 8 deletions
.goreleaser.yml
with
25 additions
and
8 deletions
.goreleaser.yml
+
25
−
8
View file @
927c21a6
builds
:
-
main
:
./cmd/gotk
ldflags
:
-
-s -w -X main.VERSION={{ .Version }}
binary
:
gotk
-
<<
:
&build_defaults
binary
:
gotk
main
:
./cmd/gotk
ldflags
:
-
-s -w -X main.VERSION={{ .Version }}
env
:
-
CGO_ENABLED=0
id
:
linux
goos
:
-
darwin
-
linux
-
windows
goarch
:
-
amd64
-
arm64
-
arm
goarm
:
-
7
env
:
-
CGO_ENABLED=0
-
<<
:
*build_defaults
id
:
darwin
goos
:
-
darwin
-
<<
:
*build_defaults
id
:
windows
goos
:
-
windows
archives
:
-
name_template
:
"
{{
.Binary
}}_{{
.Version
}}_{{
.Os
}}_{{
.Arch
}}"
id
:
nix
builds
:
[
linux
,
darwin
]
format
:
tar.gz
files
:
-
none*
-
name_template
:
"
{{
.Binary
}}_{{
.Version
}}_{{
.Os
}}_{{
.Arch
}}"
id
:
windows
builds
:
[
windows
]
format
:
zip
files
:
-
none*
brews
:
...
...
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