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

Makefile: Fix docker-build target #14

Merged
merged 1 commit into from
Sep 27, 2023
Merged

Conversation

orozery
Copy link
Collaborator

@orozery orozery commented Sep 21, 2023

This PR fixes the docker-build target to run the build target before proceeding with the docker build.
This is required for building the gwctl, cl-controlplane, and cl-dataplane images.

This commit fixes the docker-build target to run the build target before proceeding with the docker build.
This is required for building the gwctl, cl-controlplane, and cl-dataplane images.

Signed-off-by: Or Ozeri <[email protected]>
@orozery orozery requested a review from kfirtoledo September 21, 2023 12:31
@@ -57,7 +57,7 @@ build:
$(GO) build -o ./bin/cl-dataplane ./cmd/cl-dataplane


docker-build:
docker-build: build
Copy link
Collaborator

Choose a reason for hiding this comment

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

should consider depending on the dockerfile as well?
Possibly better done in conjunction with #33

@orozery orozery merged commit 912290c into clusterlink-net:main Sep 27, 2023
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.

3 participants