Skip to content

Commit

Permalink
build ffi package instead of main
Browse files Browse the repository at this point in the history
  • Loading branch information
divolgin committed Sep 5, 2019
1 parent 8d63319 commit 08b156c
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 08b156c

Please sign in to comment.