Skip to content

Commit

Permalink
fix releaser config
Browse files Browse the repository at this point in the history
  • Loading branch information
shubhang.balkundi committed Jun 26, 2023
1 parent 2733b10 commit 7401f26
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ env:
- CGO_ENABLED=0
builds:
- targets:
- darwin_amd64
- darwin_arm64
- linux_386
- linux_amd64
- linux_arm
- linux_arm64
- windows_386
- windows_amd64
# - darwin_amd64
# - darwin_arm64
# - linux_386
- linux_amd64
- linux_arm
- linux_arm64
# - windows_386
# - windows_amd64

archives:
- id: zip
Expand All @@ -26,7 +26,7 @@ changelog:

release:
github:
owner: runatlantis
owner: gojekfarm
name: atlantis

# If set to true, will not auto-publish the release.
Expand Down

0 comments on commit 7401f26

Please sign in to comment.