Skip to content

[wip] Add windows nightlies#1414

Draft
douglascamata wants to merge 2 commits intoopen-telemetry:mainfrom
douglascamata:add-windows-nightlies
Draft

[wip] Add windows nightlies#1414
douglascamata wants to merge 2 commits intoopen-telemetry:mainfrom
douglascamata:add-windows-nightlies

Conversation

@douglascamata
Copy link
Copy Markdown
Member

@douglascamata douglascamata commented Mar 13, 2026

This PR attempts to add Windows nightlies.

It was previously attempted but there were some failures because of strict versioning requirements on the wxs files.

Here we try to set the nightly version to: {{ .RawVersion }}.{{ .Now.Format "00215" }}.

According to https://pkg.go.dev/time, the time format 00215 will give us: zero-padded day of the year and hour in 24-hour format. This should be enough for the nightlies, as they run only once per day.

This should close #1091.

Signed-off-by: Douglas Camata <159076+douglascamata@users.noreply.github.com>
Signed-off-by: Douglas Camata <159076+douglascamata@users.noreply.github.com>
Comment thread .github/workflows/release-contrib.yaml
@github-actions
Copy link
Copy Markdown
Contributor

This PR was marked stale due to lack of activity. It will be closed in 14 days.

@github-actions github-actions bot added the stale Issue has not had recent activity or appears to be solved. Stale issues will be automatically closed label Mar 31, 2026
@github-actions
Copy link
Copy Markdown
Contributor

Closed as inactive. Feel free to reopen if this PR is still being worked on.

@github-actions github-actions bot closed this Apr 14, 2026
@mowies
Copy link
Copy Markdown
Member

mowies commented Apr 14, 2026

@douglascamata is this relevant? was it done already?

@douglascamata
Copy link
Copy Markdown
Member Author

douglascamata commented Apr 14, 2026

Oh wow, I didn't notice this was about to get auto closed, thanks for the ping @mowies. I think it's still relevant to help show that Windows is strongly supported as tier 2 platform. I'm a bit short on time to test the nightlies for now, but I will try to get back to it.

@douglascamata douglascamata reopened this Apr 14, 2026
@github-actions github-actions bot removed the stale Issue has not had recent activity or appears to be solved. Stale issues will be automatically closed label Apr 15, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Nightlies] Add windows nightly releases

2 participants