ci: publish multi-arch (amd64/arm64) OCI images to GHCR#5
Merged
Conversation
decbd97 to
b3bfcef
Compare
87da2c3 to
c3a145c
Compare
fe6e9cd to
4fff58a
Compare
4fff58a to
d6362b7
Compare
27917d4 to
0ea0e45
Compare
8d0d117 to
974eef6
Compare
974eef6 to
db2f907
Compare
db2f907 to
97e85f3
Compare
johnalotoski
approved these changes
Jun 16, 2026
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
Add CI to build and publish multi-arch (linux/amd64 + linux/arm64) OCI images for kupo to GHCR, and make the Dockerfile and Nix builds arch-aware to support it.
OCI Images
Image tags follow the upstream pattern, parameterized by:
$kupo_version— kupo release, e.g.v2.11.0.2ghcr.io/intersectmbo/kupo:$kupo_versionghcr.io/intersectmbo/kupo:latestIndividual architecture tags can also be found suffixed with
-amd64or-arm64on the versioned tag.Other Changes
SECURITY.md.