-
Notifications
You must be signed in to change notification settings - Fork 275
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 missing package windows step in release #6387
Add missing package windows step in release #6387
Conversation
Signed-off-by: galal-hussein <[email protected]>
.github/workflows/release.yml
Outdated
@@ -63,6 +63,10 @@ jobs: | |||
DOCKER_USERNAME: ${{ env.DOCKER_USERNAME }} | |||
DOCKER_PASSWORD: ${{ env.DOCKER_PASSWORD }} | |||
|
|||
- name: Pacakge windows images |
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.
Spelling nit
- name: Pacakge windows images | |
- name: Package windows images |
Also, shouldn't this go above, either directly below the existing Package Images
step, or perhaps just as another run
line in that same step?
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 will fix the typo, however the order is actually what it used to be in drone
https://github.com/rancher/rke2/blob/v1.28.11-rc6%2Brke2r1/.drone.yml#L160C1-L172C1
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.
ok!
We need to review the makefile when we get rid of dapper, I think we are rebuilding the same stuff many times.
Signed-off-by: galal-hussein <[email protected]>
* Add missing package windows step in release Signed-off-by: galal-hussein <[email protected]> * fix typo Signed-off-by: galal-hussein <[email protected]> --------- Signed-off-by: galal-hussein <[email protected]>
Proposed Changes
Types of Changes
Verification
Testing
Linked Issues
User-Facing Change
Further Comments