-
Notifications
You must be signed in to change notification settings - Fork 44
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
chore(build): merge jiva-csi and jiva-operator repos #28
chore(build): merge jiva-csi and jiva-operator repos #28
Conversation
Signed-off-by: shubham <[email protected]>
Signed-off-by: shubham <[email protected]>
Signed-off-by: shubham <[email protected]>
Signed-off-by: shubham <[email protected]>
Signed-off-by: shubham <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@shubham14bajpai this LGTM, left a minor comment also can you add the ci tests in travis?
endif | ||
endif | ||
export BASEIMAGE | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are we not going to support arm builds, or has it been handled elsewhere
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We will be building multi-arch builds using docker buildx github action. Will take that in separate PR.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
bin files got added... which can be removed
Signed-off-by: shubham <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
Signed-off-by: shubham [email protected]
This PR merges the jiva-operator and jiva-csi repos together. By the merging, the two repos the dependency management would be reduced and the tests can be run in a more effective way.
Github action build: https://github.com/shubham14bajpai/jiva-operator/actions/runs/514739252
Note: The travis file will be removed after the multi-arch builds are enabled from github actions