Skip to content

Commit

Permalink
chore: refactor CI/CD config to support library
Browse files Browse the repository at this point in the history
  • Loading branch information
mikhailswift committed May 24, 2022
1 parent 16c89ef commit b71e6aa
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 56 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/verify-docgen.yml

This file was deleted.

22 changes: 0 additions & 22 deletions .gitlab-ci.yml

This file was deleted.

18 changes: 1 addition & 17 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -1,22 +1,6 @@
project_name: witness
builds:
- ldflags:
- "-s -w"
- "-extldflags=-zrelro"
- "-extldflags=-znow"
- "-extldflags -w -X 'github.com/testifysec/witness/cmd/witness/cmd.Version={{.Tag}}-{{.ShortCommit}}'"
env:
- "CGO_ENABLED=0"
- "GO111MODULE=on"
- "GOFLAGS=-mod=readonly -trimpath"
goos:
- linux
- windows
- darwin
goarch:
- amd64
- arm64
main: ./cmd/witness
- skip: true
gomod:
proxy: false
source:
Expand Down

0 comments on commit b71e6aa

Please sign in to comment.