Skip to content

feat: build and attach Start9 s9pk packages on each release tag#644

Open
CyberAshven wants to merge 2 commits into
gcash:masterfrom
CyberAshven:master
Open

feat: build and attach Start9 s9pk packages on each release tag#644
CyberAshven wants to merge 2 commits into
gcash:masterfrom
CyberAshven:master

Conversation

@CyberAshven
Copy link
Copy Markdown

@CyberAshven CyberAshven commented May 20, 2026

Adds .github/workflows/trigger-start9-build.yml

On every v* tag push or published release:

  • Checks out BitcoinCash1/bitcoin-cash-daemon-startos, auto-bumps the version files to match the new tag, and builds all 3 architecture .s9pk packages (x86_64, aarch64, riscv64)
  • Attaches the 3 packages as assets on this repo's release using the automatic GITHUB_TOKEN
  • sends a repository_dispatch to BitcoinCash1/bitcoin-cash-daemon-startos so they can publish a signed copy for the Start9 marketplace (requires START9_BUILD_TOKEN secret would be skipped if there is none)

A concurrency group on the tag name prevents duplicate builds if both the tag push and release publish fire for the same version.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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.

2 participants