Skip to content

Commit

Permalink
rebase CI commits
Browse files Browse the repository at this point in the history
  • Loading branch information
elit-cx authored and markmishaevcx committed Nov 29, 2020
1 parent c2f2e0f commit 2c2706c
Showing 1 changed file with 19 additions and 11 deletions.
30 changes: 19 additions & 11 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,19 @@
project_name: kics

builds:
- main: ./cmd/console/main.go
id: "cli"
binary: cli
goos:
- linux
- windows
goarch:
- amd64
project_name: kics

builds:
- main: ./cmd/console/main.go
binary: kics
goos:
- linux
- windows
goarch:
- amd64
archives:
-
builds: [kics]
format_overrides:
- goos: windows
format: zip
replacements:
amd64: x64
386: x32

0 comments on commit 2c2706c

Please sign in to comment.