Skip to content

Make workflow_dispatch a real dry run of the binary build - #32

Merged
Sbussiso merged 1 commit into
masterfrom
dispatch-builds-without-publishing
Sep 10, 2026
Merged

Sbussiso merged 1 commit into
masterfrom
dispatch-builds-without-publishing

Conversation

@Sbussiso

Copy link
Copy Markdown
Contributor

The Windows MSI only builds on a Windows runner, so wix/main.wxs changes are invisible locally. The cloudnode rename touched that file in 25 places, and there was no way to verify it short of tagging a release and hoping.

workflow_dispatch existed but didn't help: build was gated on github.event_name == 'push', so dispatch skipped the entire binary matrix and ran only docker-publish.

That Docker run is a deliberate smoke test and a good one — it pushes a sha- tag, and latest is semver-only so nothing gets clobbered. But it verified nothing about the binaries or the installer package.

build now also runs on dispatch. release stays tag-only, so a dispatch compiles every target — Linux x86_64/aarch64/armv7, macOS x86_64/aarch64, and the Windows MSI — and publishes no GitHub release.

Packaging changes can now be proven before a version number is spent.

🤖 Generated with Claude Code

The Windows MSI only builds on a Windows runner, so wix/main.wxs
changes are invisible locally. The 2026-09-09 cloudnode rename touched
that file in 25 places, and there was no way to verify it short of
tagging a release and hoping.

`workflow_dispatch` existed but did not help: `build` was gated on
`github.event_name == 'push'`, so dispatch skipped the entire binary
matrix and ran only docker-publish. That Docker run is a deliberate
smoke test and a good one — it pushes a `sha-` tag, and `latest` is
semver-only so nothing gets clobbered — but it verified nothing about
the binaries or the installer package.

`build` now also runs on dispatch. `release` stays tag-only, so a
dispatch compiles every target — Linux x86_64/aarch64/armv7, macOS
x86_64/aarch64, and the Windows MSI — and publishes no GitHub release.

Packaging changes can now be proven before a version number is spent.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
@Sbussiso
Sbussiso merged commit 7fbebf6 into master Sep 10, 2026
1 check passed
@Sbussiso
Sbussiso deleted the dispatch-builds-without-publishing branch September 10, 2026 21:53
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.

1 participant