-
Notifications
You must be signed in to change notification settings - Fork 20
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
build(scorecard): update multiarch build steps #610
Conversation
Follow up issue to run tests on arm64, #611. |
7cfd678
to
4ab7a9a
Compare
Sample run: https://github.com/tthvo/cryostat-operator/actions/runs/5959432448/job/16165164859?pr=6 I tried out the |
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 for taking care of this @tthvo!
Niceee! Glad I could help! |
Actually, I just realized github action is using podman v3. I will see if I can upgrade it to podman v4 to support these new syntaxes. |
a8daae5
to
4d60ed5
Compare
4d60ed5
to
e8eca86
Compare
Ready to review again :)) Got a little hiccup with the podman v4 on ubuntu but the workaround seems fine: PR: https://github.com/tthvo/cryostat-operator/actions/runs/5969689633/job/16195999752?pr=6 |
Build looks good. Basic sanity test that the images really exist and are runnable (QEMU for arm64):
|
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 other than minor suggestion to rename those env vars
Welcome to Cryostat! 👋
Before contributing, make sure you have:
main
branch[chore, ci, docs, feat, fix, test]
git commit -S -m "YOUR_COMMIT_MESSAGE"
Related to #604
Description of the change:
podman
.Motivation for the change:
Tests failed because scorecard images are build with incorrect container files.