Skip to content

Commit

Permalink
Merge pull request #438 from lunasec-io/split-out-release-archives
Browse files Browse the repository at this point in the history
Split out release archives

Former-commit-id: 8450879
Former-commit-id: 2ece89e867e9c1b4ab692bd9b991743572b9b5e4
  • Loading branch information
breadchris authored Mar 5, 2022
2 parents 67d7854 + 614c130 commit b2d4436
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 37 deletions.
36 changes: 0 additions & 36 deletions lunatrace/cli/.goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,47 +16,11 @@ builds:
- amd64
- arm64
- ppc64le
- binary: lunatrace
id: lunatrace
dir: ./cmd/lunatrace
env:
- CGO_ENABLED=0
goos:
- linux
- windows
- darwin
goarch:
- amd64
- arm64
- binary: lunatrace-agent
id: lunatrace-agent
dir: ./cmd/lunatraceagent
env:
- CGO_ENABLED=0
goos:
- linux
- windows
- darwin
goarch:
- amd64
- arm64
- 386
archives:
- id: 64bit-only
format: binary
builds:
- log4shell
- lunatrace
replacements:
darwin: Darwin
linux: Linux
windows: Windows
amd64: x86_64

- id: 64-and-32bit
format: binary
builds:
- lunatrace-agent
replacements:
darwin: Darwin
linux: Linux
Expand Down
2 changes: 1 addition & 1 deletion lunatrace/cli/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ require (
github.com/rs/zerolog v1.26.1
github.com/urfave/cli/v2 v2.3.0
go.uber.org/config v1.4.0
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
lunasec/lunatrace/inventory v0.0.0-00010101000000-000000000000
)

Expand Down Expand Up @@ -105,4 +104,5 @@ require (
google.golang.org/protobuf v1.27.1 // indirect
gopkg.in/warnings.v0 v0.1.2 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
)

0 comments on commit b2d4436

Please sign in to comment.