-
Notifications
You must be signed in to change notification settings - Fork 67
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
Push multi-arch images #80
Conversation
Signed-off-by: ddelange <14880945+ddelange@users.noreply.github.com>
Signed-off-by: ddelange <14880945+ddelange@users.noreply.github.com>
already tested for pull_request event: https://github.com/kserve/modelmesh/blob/v0.10.0/.github/workflows/pull-request-validation.yml Signed-off-by: ddelange <14880945+ddelange@users.noreply.github.com>
@ddelange -- the It might be better to consolidate the two workflow files into one file and work with conditions to not push images to DockerHub for PR validation (only on push to main or pushing tags) |
SGTM, I'll take some time early next week to:
would you like me to update the other PRs in the same fashion? |
Thanks @ddelange -- yup, we should consolidate the workflow files on all the modelmesh repos:
Unfortunately they all have somewhat different setups currently with respect to the |
Signed-off-by: ddelange <14880945+ddelange@users.noreply.github.com>
Signed-off-by: ddelange <14880945+ddelange@users.noreply.github.com>
Signed-off-by: ddelange <14880945+ddelange@users.noreply.github.com>
Signed-off-by: ddelange <14880945+ddelange@users.noreply.github.com>
@ckadner Ci is green:) maven didn't like s390x arch so I removed it |
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.
Looks good. Just two minor questions :-)
Signed-off-by: ddelange <14880945+ddelange@users.noreply.github.com>
Signed-off-by: ddelange <14880945+ddelange@users.noreply.github.com>
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.
Great. Thanks @ddelange -- let's remove the the commented out code pieces and the extra IMAGE_ID
/IMAGE_NAME
changes
Signed-off-by: ddelange <14880945+ddelange@users.noreply.github.com>
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
Thanks @ddelange
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.
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ckadner, ddelange, njhill The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/lgtm |
Motivation
Upstream image does not build 32bit arm images ref #79 (comment), so disabled them and re-opening the PR ref #76
Modifications
one commit 74e6eda
Related PRs