Use buildx in test_merge_requests.yml#1972
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.
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/)