You've already forked goreleaser
mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-11-06 09:09:29 +02:00
refactor: improve build (#2475)
* refactor: improve build Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com> * test: coverage Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
This commit is contained in:
committed by
GitHub
parent
8241a23e43
commit
d77f862fa4
@@ -146,8 +146,10 @@ func buildOptsToFields(opts build.Options) Fields {
|
||||
ext: opts.Ext,
|
||||
name: opts.Name,
|
||||
path: opts.Path,
|
||||
osKey: opts.Os,
|
||||
arch: opts.Arch,
|
||||
osKey: opts.Goos,
|
||||
arch: opts.Goarch,
|
||||
arm: opts.Goarm,
|
||||
mips: opts.Gomips,
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user