Fix arm64 hll debsigner build context - #1221
Open
ibrahim halatci (ihalatci) wants to merge 1 commit into
Open
Conversation
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
ibrahim halatci (ihalatci)
marked this pull request as ready for review
September 8, 2026 16:11
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
Fix the arm64 debsigner Docker build context on
debian-hllwith one workflow-line change.The workflow clones
developintotooling. The debsigner Dockerfile usesCOPY scripts /scriptsandENTRYPOINT ["/scripts/import_and_sign"], but the oldtooling-root context copies the unrelatedtooling/scriptsdirectory and omits that entrypoint. Building withtooling/dockerfiles/debsigneras the context selects the same default Dockerfile and copies the intended adjacent signing scripts.The step remains arm64-only; amd64 behavior is unchanged. No Dockerfile, tools-version, secret, publish-gate, or platform changes are included. Bullseye repository-metadata failures and its removal are explicitly out of scope. The
developbootstrap guard from #1216 is not duplicated here.Scope and evidence
.github/workflows/build-package.yml, +1/-1;git diff --checkpasses.Draft for review; this change does not alter stable publication gates or authorize overwriting already published hll versions.