Skip to content

Commit

Permalink
fix gorelease file
Browse files Browse the repository at this point in the history
  • Loading branch information
yuvalpress committed May 3, 2023
1 parent 3c3bd43 commit 5c9b24f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .goreleaser → .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,13 @@ builds:
- arm64
- arm

env:
- CGO_ENABLED=0

flags:
- -mod=vendor

env:
- TERRAP_VERSION=$(grep '# version' version.md | cut -d ' ' -f3)
- CGO_ENABLED=0
-
ldflags:
- -X "github.com/sirrend/terrap-cli/internal/version.Version=${TERRAP_VERSION}"

Expand Down

0 comments on commit 5c9b24f

Please sign in to comment.