ci(release): test and smoke every shipped architecture natively#91
Merged
Conversation
Pair each publish-matrix RID with a runner of the same OS/arch (ubuntu-24.04-arm, windows-11-arm, macos-15-intel join the matrix), smoke-run the published self-contained binary (`ivicli --version`), and gate the multi-arch container push on a native arm64 smoke job. Extract the triplicated container smoke into docker/smoke-test.sh. Accept ADR 0016 (cross-platform policy) documenting the guarantee; update ADR 0018 SS9 accordingly.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Closes the "cross-published but never executed" gap: until now
linux-arm64,win-arm64, andosx-x64binaries (and the arm64 container half) shipped without ever having been run.ubuntu-24.04-arm,windows-11-arm, andmacos-15-inteljoin the matrix (all free for public repos).ivicli --versionand checks it reports the tag-derived version — a bad RID mapping or single-file bundling fault now fails the release, not the user.docker-smoke-arm64job runs the HEALTHCHECK + SCPI round-trip natively on arm64; the multi-arch push now gates on both architectures. No QEMU (emulated .NET is slow/flaky).docker/smoke-test.sh.Verification
ivicli --versionoutput format confirmed locally (0.2.8+<sha>— prefix-matches the tag version).v*tag;pr-docker-smoke.yml(touched here via the shared script) will run on this PR becausedocker/**changed.