Skip to content

Commit

Permalink
fix: go releaser script
Browse files Browse the repository at this point in the history
  • Loading branch information
srevinsaju committed Dec 6, 2022
1 parent 0862f8e commit c5d8fce
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
project_name: togomak
builds:
- main: ./cmd/togomak
id: togomak
env: [CGO_ENABLED=0]
goos:
- linux
Expand All @@ -11,6 +12,7 @@ builds:
- arm64

- main: ./plugins/git
id: togomake-provider-git
env: [CGO_ENABLED=0]
binary: togomak-provider-git
goos:
Expand All @@ -22,11 +24,6 @@ builds:
- arm64


release:
gitlab:
owner: ""
name: 30584689

nfpms:
- maintainer: Srevin Saju
description: A CI/CD which works everywhere, even on your local environment.
Expand Down

0 comments on commit c5d8fce

Please sign in to comment.