-
Notifications
You must be signed in to change notification settings - Fork 0
cherry-pick improvements from #1635 #1
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
cherry-pick improvements from #1635 #1
Conversation
@@ -203,7 +203,7 @@ jobs: | |||
id: build-docker-image | |||
if: steps.prepare-meta.outputs.has-image | |||
timeout-minutes: 120 | |||
run: cargo xtask build-docker-image -v "${TARGET}${SUB:+.$SUB}" ${{ matrix.verbose && '-v' || '' }} --platform ${{ matrix.platform }} | |||
run: cargo xtask build-docker-image -v "${TARGET}${SUB:+.$SUB}" ${{ matrix.verbose && '-v' || '' }}${{ matrix.platform && '--platform ' }}${{ join(matrix.platform) || '' }} |
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.
This change seems not necessary
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.
It's a very neat trick, if platforms are configured they will be used, otherwise it will be empty.
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.
Your second commit looks good, but I couldn't understand the purpose of the first commit. Could you explain it?
Don't kill the messenger, I just cherry-picked all improvements from #1635 for you 😅 |
@reneleonhardt I meant why do you cherry-pick that commit? If there are no special reason, I'll close it. |
You can close any contribution if you want, it's your fork. Emilgardis tried to improve your PR:
You said it's not possible to merge those improvements into your PR:
So I merged those changes in for you. |
Contents