-
Notifications
You must be signed in to change notification settings - Fork 923
Add arch name to archive files created in the upload workflow #4679
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
Add arch name to archive files created in the upload workflow #4679
Conversation
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 this! Believe it will need an adjustment, but if we can get this sorted quickly then I can probably get it pulled in before the next release
@@ -11,16 +11,16 @@ jobs: | |||
matrix: | |||
build: [linux, macos, windows-gnu, windows-msvc] | |||
include: | |||
- build: linux | |||
- build: linux-x86_64 |
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 believe that updating this would require the corresponding values in build
so that the matrix legs will still match.
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.
Will do. I'll push it as a separate commit but if you want me to rebase it into one I can do that too.
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.
Great thanks! And no worries. In cases like this where the diff is so small it's fine to squash the changes on the original commit, but will just squash on merge
…ang#4679) * Add arch name to archive files created in the upload workflow * Fix arch names in matrix.build key to include arch name as well
* Add arch name to archive files created in the upload workflow * Fix arch names in matrix.build key to include arch name as well
Backported in #4685 |
This is helpful for my ubi tool. It also prepares for doing ARM builds for macOS, which will probably be a thing in the near future.