-
Notifications
You must be signed in to change notification settings - Fork 7
feat: add mlconnector container build in CI #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
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Anastassios Nanos <ananos@nubificus.co.uk> Signed-off-by: Alexandros Patras <patras@uth.gr>
Signed-off-by: Alexandros Patras <patras@uth.gr>
✅ Deploy Preview for mlsysops ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
ananos
left a comment
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.
thanks @alexanpatr. Only minor nits + an extra file. Remove it and we can merge!
| @@ -0,0 +1,179 @@ | |||
| name: Build agent containers | |||
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.
I suspect this is a typo, should read: build ML connector
| runs-on: ${{ format('{0}-{1}', 'base-dind-2204', matrix.arch) }} | ||
| strategy: | ||
| matrix: | ||
| arch: ["arm64", "amd64"] |
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.
Does ML connector have support for arm64? or (more accurately) do we plan to deploy the ML connector on arm64 devices? If yes, we can keep that -- otherwise no reason to build the container image.
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.
seems like a former file in conflict
No description provided.