build: fix windows/386 icon/version embedding #4304
Make sure we install goversioninfo binary for the running architecture otherwise we don't get a binary.
This commit is contained in:
parent
33c8709439
commit
a1c9612d75
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -93,7 +93,7 @@ release_dep_linux:
|
||||||
|
|
||||||
# Get the release dependencies we only install on Windows
|
# Get the release dependencies we only install on Windows
|
||||||
release_dep_windows:
|
release_dep_windows:
|
||||||
GO111MODULE=off go get github.com/josephspurrier/goversioninfo/cmd/goversioninfo
|
GO111MODULE=off GOOS="" GOARCH="" go get github.com/josephspurrier/goversioninfo/cmd/goversioninfo
|
||||||
|
|
||||||
# Update dependencies
|
# Update dependencies
|
||||||
update:
|
update:
|
||||||
|
|
Loading…
Reference in a new issue