-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
Publish amd64 and arm64 awx image on release #15053
Publish amd64 and arm64 awx image on release #15053
Conversation
a86bc43
to
b18c0ef
Compare
Hi, thanks for working on this! |
I'm working on getting this working on my fork so i can test it... |
- change CI to use `make awx-kube-build` instead of build playbook - update staging CI to build and push multiarch awx image - update doc to use `make awx-kube-build` to build awx image - remove build playbook (no longer used)
b18c0ef
to
10e41c2
Compare
if anyone want to watch the paint dry here's where im rehearsing the staging process... |
latest failure... on my fork im not able to push to |
in the same workflow im able to push ghcr.io/therealhaoliu/awx and ghcr.io/therealhaoliu/awx-ee |
Thanks, maybe you have to assign |
ur absolutely right @kurokobo 🥂 |
14th time is the charm... the latest staging worked https://github.com/TheRealHaoLiu/awx/actions/runs/8560172659/job/23458535766 NOTE: stage workflow does take significantly longer than before due to cross platform build increase from 30 min to 1 hr here's the images that the stage workflow produced
tested locally on microshift it works |
@zaki-lknr |
|
* Stage multi-arch awx image - change CI to use `make awx-kube-build` instead of build playbook - update staging CI to build and push multiarch awx image - update doc to use `make awx-kube-build` to build awx image - remove build playbook (no longer used)
* Stage multi-arch awx image - change CI to use `make awx-kube-build` instead of build playbook - update staging CI to build and push multiarch awx image - update doc to use `make awx-kube-build` to build awx image - remove build playbook (no longer used)
SUMMARY
make awx-kube-build
instead of build playbookmake awx-kube-build
to build awx imageResolves #14643
Resolves #15079
ISSUE TYPE
COMPONENT NAME
AWX VERSION
ADDITIONAL INFORMATION