Skip to content

Commit

Permalink
Merge pull request #439 from lunasec-io/split-out-release-archives
Browse files Browse the repository at this point in the history
move to different archives

Former-commit-id: f1cf2fe
Former-commit-id: f8283efac611bfea2acb07057c22fa6e627b5766
  • Loading branch information
breadchris authored Mar 5, 2022
2 parents b2d4436 + be8ac2b commit 127e3f5
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions lunatrace/cli/.goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,16 @@ builds:
- amd64
- arm64
- ppc64le

- binary: log4shell
id: log4shell-ppc64le
dir: ./cmd/log4shell
env:
- CGO_ENABLED=0
goos:
- linux
goarch:
- ppc64le
archives:
- id: 64bit-only
format: binary
Expand All @@ -27,6 +37,13 @@ archives:
windows: Windows
amd64: x86_64

- id: ppc64l-only
format: binary
builds:
- log4shell-ppc64le
replacements:
linux: Linux

checksum:
name_template: 'checksums.txt'
snapshot:
Expand Down

0 comments on commit 127e3f5

Please sign in to comment.