-
Notifications
You must be signed in to change notification settings - Fork 64
refactor: allows for a docker build if the building machine is arm (a… #597
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
Conversation
@dimakis Thanks for this PR, do we know why Travis is building the branch? |
Do we know what is pending for this PR? |
it looks like the build failed when not on a mac, I'll have to find someone with linux and get them to run it. I'll look into this today |
915af32
to
0974c74
Compare
Tested changes locally 👍 |
8ccbbd6
to
25cdf2a
Compare
/lgtm |
@asm582 can you verify this on a mac? I've done it already but would like someone that isn't me |
Well, shoot @dimakis, I've got issues! So my M1 mac is running Ventura 13.5.1
and when I build with either
I wonder if this is because I don't have docker, IBM forces the use of podman on our laptops. Trying to see there's something I can do to get it to work with this pr, but no luck so far. |
OK, I just helm installed my arm image onto kind on my m1 machine, and it was able to run fine. I was able to deploy a few appwrappers.
|
I should have specified. This only changes the docker cmd and not podman. Sorry. I forgot ibm won't let you use docker 🤦♂️ |
@KPostOffice can you quickly verify this please? its been here for an age |
Still successfully builds on my |
/lgtm |
Thanks. I thought you had a mac though😩 @anishasthana you've got a mac right? |
[APPROVALNOTIFIER] This PR is APPROVED Approval requirements bypassed by manually added approval. This pull-request has been approved by: KPostOffice 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 |
…pple silicon)
Issue link
Closes #596
What changes have been made
edit to the docker build make target to build an x86 arch image on an apple silicon machine.
Verification steps
1 - On an apple silicon machine, run
make images
and this should successfully generate an x86 arch image.2 - Deploy this image in a RHODS or ODH environment, with the CodeFlare stack and validate that MCAD runs as expected
Checks