Skip to content

Commit

Permalink
Only linux 64 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
marccampbell committed Sep 26, 2019
1 parent f9c3e76 commit 1703bc5
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 23 deletions.
39 changes: 19 additions & 20 deletions deploy/.goreleaser.snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ builds:
- id: kots
goos:
- linux
- windows
- darwin
# - windows
# - darwin
goarch:
- amd64
- "386"
# - "386"
env:
- CGO_ENABLED=1
- GO111MODULE=on
Expand All @@ -23,22 +23,21 @@ builds:
flags: -tags netgo -tags containers_image_ostree_stub -tags exclude_graphdriver_devicemapper -tags exclude_graphdriver_btrfs -tags containers_image_openpgp -installsuffix netgo
binary: kots
hooks: {}
- id: so
goos:
- linux
goarch:
- amd64
env:
- CGO_ENABLED=1
- GO111MODULE=on
main: ./ffi
ldflags: -s -w
-X github.com/replicatedhq/kots/pkg/version.version={{.Version}}
-X github.com/replicatedhq/kots/pkg/version.gitSHA={{.FullCommit}}
-X github.com/replicatedhq/kots/pkg/version.buildTime={{.Date}}
flags: -buildmode=c-shared
binary: kots.so
hooks: {}

# - id: so
# goos:
# - linux
# goarch:
# - amd64
# env:
# - CGO_ENABLED=1
# - GO111MODULE=on
# main: ./ffi
# ldflags: -s -w
# -X github.com/replicatedhq/kots/pkg/version.version={{.Version}}
# -X github.com/replicatedhq/kots/pkg/version.gitSHA={{.FullCommit}}
# -X github.com/replicatedhq/kots/pkg/version.buildTime={{.Date}}
# flags: -buildmode=c-shared
# binary: kots.so
# hooks: {}
snapshot:
name_template: SNAPSHOT-{{ .Commit }}
6 changes: 3 additions & 3 deletions deploy/.goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ builds:
- id: kots
goos:
- linux
- windows
- darwin
# - windows
# - darwin
goarch:
- amd64
- "386"
# - "386"
env:
- CGO_ENABLED=1
- GO111MODULE=on
Expand Down

0 comments on commit 1703bc5

Please sign in to comment.