-
-
Notifications
You must be signed in to change notification settings - Fork 2k
Use buildx in test_merge_requests.yml #1972
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
|
Seems to work fine, I have no objections: LGTM 👍 @wernerfred What's your take? PS: This seems to indicate that |
wernerfred
left a comment
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.
I think the whole cache part is not necessary as the image (layers) differ for every architecture and we are only building once (compared to default_on_push where we have a local build during test and then a local build during push).
So caching will add only time but no benefit if i didn't overlook something.
Apart from the time aspect caching does not change functionality so this can be merged directly or caching can be excluded to optimize the workflow further.
|
I just copy/pasted it from |
55ae543
|
I have removed the cache stuff. |
|
GitHub behaves strangely ATM. The check does not start(?) At least I do not see it. |
|
I noticed the same in other repos. The tests are queued. GitHub seems a bit sluggish today. |
|
Seems Like we have to wait until ghactions are operational again: https://www.githubstatus.com/ |
Description
I tried to add buildx to
test_merge_requests.yml.Fixes bad PR #1970
Closes #1971 (added by @aendeavor)
Type of change
Checklist:
docs/)