ci: publish multi-arch (amd64/arm64) OCI images to GHCR#10
Merged
Conversation
bf6685c to
db51ccf
Compare
7db4ab6 to
c267f3f
Compare
84dc578 to
188fa1f
Compare
14378aa to
ca246c6
Compare
ca246c6 to
dc31b33
Compare
7a7081e to
434d581
Compare
434d581 to
c7170bd
Compare
c7170bd to
639460e
Compare
johnalotoski
approved these changes
Jun 16, 2026
This was referenced Jun 16, 2026
Closed
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 both ogmios (standalone) and cardano-node-ogmios (bundled) to GHCR, and make the Dockerfile and Nix builds arch-aware to support it.
OCI Images
Image tags generally follow the upstream pattern comprising 3 parameters:
$ogmios_version— ogmios release, e.g.v6.14.0.3$cardano_node_version— cardano-node, e.g.11.0.1$network—mainnet,preprod, orpreviewghcr.io/intersectmbo/ogmios:$ogmios_versionghcr.io/intersectmbo/ogmios:latestghcr.io/intersectmbo/cardano-node-ogmios:${ogmios_version}_${cardano_node_version}-$networkghcr.io/intersectmbo/cardano-node-ogmios:latest-$networkghcr.io/intersectmbo/cardano-node-ogmios:${ogmios_version}_${cardano_node_version}ghcr.io/intersectmbo/cardano-node-ogmios:latestmainnetis the default network, so it additionally receives the two unqualified aliases(
:${ogmios_version}_${cardano_node_version}and:latest) on top of its-$networktags.Individual architecture tags can also be found suffixed with
-amd64or-arm64on the versioned and per-network tags.Other Changes
SECURITY.md.server/configsubmodule.