Remove broken work-around for specifying build platforms for the operator image#49
Conversation
everettraven
left a comment
There was a problem hiding this comment.
Thanks for creating this PR @rooftopcellist !
One thing blocking this PR is that this only updates the testdata which is generated files and will be overwritten. This also means that only this testdata would be updated and future project scaffolding won't be fixed. Instead, the change should be made in
make generate
0313bef to
331ee70
Compare
|
Thanks for the review @everettraven ! I just pushed the change to the Let me know if any other changes are needed. |
everettraven
left a comment
There was a problem hiding this comment.
Thanks @rooftopcellist ! LGTM
|
@everettraven I think these CI failures are un-related and just need a re-kick, I could be wrong though. |
|
@rooftopcellist A re-kick will still fail as this is a build issue with the base image due to a vulnerability in one of the python packages. I'll create a separate PR to fix it (I don't want to ignore this because it will bite us later if we do) and once that is in I should be able to close and reopen this PR so it picks up those changes in CI |
…ator image Signed-off-by: Christian M. Adams <chadams@redhat.com>
331ee70 to
afeb162
Compare
|
Apologies for the delay on circling back around to this PR. the CI failures should have been addressed by #50 Pending a successful CI run this should be good to merge |
Description of the change:
Resolves: #48
Currently, the
make docker-buildxtarget does not work for ansible operators as we found out in the github.com/ansible/eda-server-operator. See details here:Motivation for the change:
Users want to be able to build ansible operators for platforms other than the one on the build system or local machine.
cc @everettraven