Skip to content

Commit

Permalink
Merge pull request #39 from replicatedhq/divolgin/goreleaser
Browse files Browse the repository at this point in the history
build ffi package instead of main
  • Loading branch information
divolgin authored Sep 5, 2019
2 parents 8d63319 + 08b156c commit 2a1ee25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deploy/.goreleaser.snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ builds:
env:
- CGO_ENABLED=1
- GO111MODULE=on
main: ffi/main.go
main: ./ffi
ldflags: -s -w
-X github.com/replicatedhq/kots/pkg/version.version={{.Version}}
-X github.com/replicatedhq/kots/pkg/version.gitSHA={{.Commit}}
Expand Down
2 changes: 1 addition & 1 deletion deploy/.goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ builds:
env:
- CGO_ENABLED=1
- GO111MODULE=on
main: ffi/main.go
main: ./ffi
ldflags: -s -w
-X github.com/replicatedhq/kots/pkg/version.version={{.Version}}
-X github.com/replicatedhq/kots/pkg/version.gitSHA={{.Commit}}
Expand Down

0 comments on commit 2a1ee25

Please sign in to comment.