mirror of
https://github.com/lightninglabs/lightning-terminal.git
synced 2026-08-13 12:33:36 +02:00
makefile+scripts: add Go version check to release command
This commit updates `scripts/release.sh` to include a check for the correct Go version before executing the release build. This ensures that the release binaries are built with the specified Go version, maintaining consistency and integrity for developer signatures.
This commit is contained in:
parent
1338cfad84
commit
acf547ef3d
2 changed files with 11 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -168,7 +168,7 @@ release: app-build go-release
|
|||
|
||||
go-release:
|
||||
@$(call print, "Creating release of lightning-terminal.")
|
||||
./scripts/release.sh build-release "$(VERSION_TAG)" "$(BUILD_SYSTEM)" "$(LND_RELEASE_TAGS)" "$(RELEASE_LDFLAGS)"
|
||||
./scripts/release.sh build-release "$(VERSION_TAG)" "$(BUILD_SYSTEM)" "$(LND_RELEASE_TAGS)" "$(RELEASE_LDFLAGS)" "$(GO_VERSION)"
|
||||
|
||||
docker-release: app-build
|
||||
@$(call print, "Building release helper docker image.")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue