Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(bugfix): in Makefile set BUILDDEPS = $(GORELEASER) #79

Merged

Conversation

everettraven
Copy link
Collaborator

When trying to run make build-container I ran into an issue where the goreleaser target was not found. This was due to

BUILDDEPS = goreleaser
not being updated to be $(GORELEASER) to work with the bingo change introduced by #75

Signed-off-by: Bryce Palmer <bpalmer@redhat.com>
@everettraven everettraven merged commit 6fd0a81 into operator-framework:main May 26, 2023
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants