(actions): fix goreleaser/release issues#25
(actions): fix goreleaser/release issues#25grokspawn merged 3 commits intooperator-framework:mainfrom
Conversation
|
Since the real fix is to push a tag I think that should cut an actual release. I'm going to plan on refining the actual goreleaser release config to actually do a release. /hold |
|
/hold cancel |
| - id: catalogd-controller | ||
| main: ./cmd/manager/ | ||
| binary: bin/manager | ||
| tags: $GO_BUILD_TAGS |
There was a problem hiding this comment.
Fine to take this out for now since we likely aren't using them, but we'll likely want to setup the infrastructure for build tags in the somewhat near future (next few months-ish) so that we can have tags like upstream and maybe e2e, and then if anyone forks this repo in a downstream, they can use a downstream tag in leiu of or in addition to the upstream tag.
everettraven
left a comment
There was a problem hiding this comment.
Holding on the need to add ldflags to build targets
/hold
I think #26 addresses this. IMO, let's keep this focused on having an actual working goreleaser setup. Any extras like this can be done in small PRs later. |
42d291c to
392ab99
Compare
392ab99 to
15d08d8
Compare
Signed-off-by: Bryce Palmer <bpalmer@redhat.com>
c9d93db to
64cb57b
Compare
Signed-off-by: Bryce Palmer <bpalmer@redhat.com>
Signed-off-by: Bryce Palmer <bpalmer@redhat.com>
|
/lgtm |
|
/hold cancel |
Description
Fixes some release action image building issues. These issues were found attempting to fix the goreleaser failure running on the main branch due to not having a tag.
Unfortunately there is not a way to fix the tag issue aside from pushing a tag so the plan as of now is to push a
v0.0.1tag once these fixes are merged and then it should work after that.