Skip to content

fix: repair arm64 release packaging#60

Merged
bkataru merged 1 commit into
mainfrom
fix/release-arm64-apt
Jun 14, 2026
Merged

fix: repair arm64 release packaging#60
bkataru merged 1 commit into
mainfrom
fix/release-arm64-apt

Conversation

@bkataru

@bkataru bkataru commented Jun 14, 2026

Copy link
Copy Markdown
Member

Summary

  • configure Ubuntu ports as the arm64 apt source before installing Linux ARM64 cross packages
  • constrain the default Ubuntu sources to amd64 so apt no longer requests arm64 packages from archive/security.ubuntu.com paths that 404
  • document the v0.5.22 release workflow fix in the changelog

Verification

  • python3 -c 'from pathlib import Path; import yaml; yaml.safe_load(Path(".github/workflows/release.yml").read_text()); print("release yaml ok")'
  • parsed the release workflow run block and confirmed the heredoc delimiters are not indented after YAML parsing
  • release run #27494051011 failed before publish on arm64 apt 404s, so no crates were published before this fix

Linear: DIR1-94

@bkataru bkataru merged commit d0da72b into main Jun 14, 2026
4 checks passed
@bkataru bkataru deleted the fix/release-arm64-apt branch June 14, 2026 09:10
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