-
Notifications
You must be signed in to change notification settings - Fork 254
publish cross platform artifacts for PRs #2041
Conversation
b2cc2ff
to
817c9ee
Compare
100b6ec
to
b912b9d
Compare
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 we should have any mechanism to trigger that and not just generate the artifacts for all the PRs.
Maybe using something like the "/test-aci" tag to enable tests on ACI, for example.
A /generate-artifacts
would be nice!
79551d3
to
46d3150
Compare
@ulyssessouza makes sense. |
a0b8154
to
93d0bc0
Compare
Added an extra step to update the PR comment with a link to workflow run page, so that user can access built binaries |
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.
Nice!
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
Co-authored-by: Mathieu Champlon <mathieu.champlon@docker.com> Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
What I did
Build cross platform binaries and publish artifacts as part of PR builds to make it easier testing changes