Skip to content

hotfix: fix COPR multi-arch and Snap credentials#206

Merged
q-soriarty merged 1 commit intomainfrom
hotfix/203-copr-multiarch-snap-creds
Apr 16, 2026
Merged

hotfix: fix COPR multi-arch and Snap credentials#206
q-soriarty merged 1 commit intomainfrom
hotfix/203-copr-multiarch-snap-creds

Conversation

@q-soriarty
Copy link
Copy Markdown
Contributor

Summary

  • COPR: use dual Source entries (Source0=amd64, Source1=arm64) with %ifarch in %prep so both architectures are included in the SRPM. Previously only x86_64 source was packaged, causing all aarch64 builds to fail.
  • Snap: credentials issue was missing [login.ubuntu.com] INI header — secret already updated.

Closes #203

- copr spec: use dual Source entries (Source0=amd64, Source1=arm64)
  with %ifarch in %prep so both architectures are in the SRPM
- snap: credentials format documented (requires [login.ubuntu.com] header)
@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 16, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@q-soriarty q-soriarty merged commit 9d3bdda into main Apr 16, 2026
5 checks passed
@q-soriarty q-soriarty deleted the hotfix/203-copr-multiarch-snap-creds branch April 16, 2026 19:00
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.

hotfix: fix COPR and Snap publish workflows

1 participant