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

fix: Fix Makefile target #30

Merged
merged 2 commits into from
Jan 17, 2024
Merged

fix: Fix Makefile target #30

merged 2 commits into from
Jan 17, 2024

Conversation

nieomylnieja
Copy link
Contributor

@nieomylnieja nieomylnieja commented Jan 17, 2024

Motivation

Currently make build does not work because:

  • LDFLAGS are not quoted
  • we're not pointing at the entrypoint directory (main.go)

Added make docker to build local Docker image.

Copy link

@annatrifonova annatrifonova left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm 🚀

@nieomylnieja nieomylnieja merged commit cb223a9 into main Jan 17, 2024
3 checks passed
@nieomylnieja nieomylnieja deleted the fix-makefile-build-target branch January 17, 2024 09:16
BSski pushed a commit that referenced this pull request May 7, 2024
## Motivation

Currently `make build` does not work because:
- `LDFLAGS` are not quoted
- we're not pointing at the entrypoint directory (`main.go`)

Added `make docker` to build local Docker image.
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.

2 participants