Description
Issue 1 — Margo WFM client: no ARM64 image published to ghcr.io
docker manifest inspect ghcr.io/margo/margo.org/workload-fleet-management-client:latest shows only amd64. No ARM64 variant is published.
The .goreleaser.yaml correctly lists linux/arm64 as a build target, and the Dockerfile builds cleanly on ARM64 (tested and confirmed). The issue is that the GitHub Actions workflow never builds and pushes the ARM64 image to ghcr.io.
Fix: Add linux/arm64 to the Docker build and push step in the CI workflow.
Raised by (email-id)
nilanjan.samajdar@capgemini.com
Type of Story
Implementation
Related Tasks
#281
Status
Accepted
% Done
100
Estimated Story-points
2
Updated artifacts
Description
Issue 1 — Margo WFM client: no ARM64 image published to ghcr.io
docker manifest inspect ghcr.io/margo/margo.org/workload-fleet-management-client:latest shows only amd64. No ARM64 variant is published.
The .goreleaser.yaml correctly lists linux/arm64 as a build target, and the Dockerfile builds cleanly on ARM64 (tested and confirmed). The issue is that the GitHub Actions workflow never builds and pushes the ARM64 image to ghcr.io.
Fix: Add linux/arm64 to the Docker build and push step in the CI workflow.
Raised by (email-id)
nilanjan.samajdar@capgemini.com
Type of Story
Implementation
Related Tasks
#281
Status
Accepted
% Done
100
Estimated Story-points
2
Updated artifacts