Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# packaging never needs a pre-existing release and pushes stay tag-only.
# 2. Publish the multi-arch Docker image to ghcr.io/pgedge/ace (tag-only).
# 3. Build RPMs (almalinux 9/10, amd64+arm64) and DEBs (jammy / noble /
# bullseye / bookworm / trixie, amd64+arm64) via pgedge-builder-action.
# bookworm / trixie, amd64+arm64) via pgedge-builder-action.
# Each cell stages its arch-specific tarball from `release-artifacts`.
# 4. Push RPMs to dnf.pgedge.com and DEBs to apt.pgedge.com (batched
# multi-target invocation per family; cross-repo lock is per
Expand Down Expand Up @@ -100,7 +100,7 @@ jobs:
# emits cells with pg_version="" (see pgedge-detect-build-matrix README).
archs: '["amd64","arm64"]'
rpm_images: '["almalinux:9","almalinux:10"]'
deb_images: '["ubuntu:jammy","ubuntu:noble","ubuntu:resolute","debian:bullseye","debian:bookworm","debian:trixie"]'
deb_images: '["ubuntu:jammy","ubuntu:noble","ubuntu:resolute","debian:bookworm","debian:trixie"]'

# =========================================================================
# Tag parsing → (repo_type, component-version, component-buildnum). On
Expand Down
Loading