mirror of https://github.com/helm/helm
build-cross now runs goreleaser exclusively, and goreleaser sources
linker flags from .goreleaser.yaml (builds.ldflags), not the Makefile
LDFLAGS variable. The build-cross: LDFLAGS += -extldflags "-static"
prerequisite was a leftover from the mitchellh/gox era (075c096af)
and has had no effect since. Static linking is already set in
.goreleaser.yaml, so this only removes dead wiring.
Signed-off-by: Benoit Tigeot <benoit.tigeot@lifen.fr>
pull/32490/head
parent
2626d58d4d
commit
cfd077bb21