Skip to content

Commit

Permalink
Merge pull request #935 from cpanato/fix
Browse files Browse the repository at this point in the history
disabling go proxy for now, looks like we cannot build two different binaries, it build only the root one
  • Loading branch information
k8s-ci-robot authored Apr 30, 2024
2 parents e00d065 + d0161e7 commit 340aa2c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ before:
- go mod tidy
- /bin/bash -c 'if [ -n "$(git --no-pager diff --exit-code go.mod go.sum)" ]; then exit 1; fi'

gomod:
proxy: true
# disabling for now, looks like we cannot build two different binaries, it build only the root one.
# gomod:
# proxy: true

builds:
- id: zeitgeist-remote
Expand Down

0 comments on commit 340aa2c

Please sign in to comment.