You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 3, 2024. It is now read-only.
make - should build both binaries // this works correctly
make sidecar, make sample-driver // these step should be added to build individual binaries
make container // should build sidecar and sample-driver images
make container-sidecar // should build sidecar image
make container-sample-driver // should build sample-driver image
The text was updated successfully, but these errors were encountered:
make - should build both binaries // this works correctly
make sidecar, make sample-driver // these step should be added to build individual binaries
make container // should build sidecar and sample-driver images
make container-sidecar // should build sidecar image
make container-sample-driver // should build sample-driver image
The text was updated successfully, but these errors were encountered: