From ca5f8d3550e304a98a02855062a58ca966058646 Mon Sep 17 00:00:00 2001 From: Travis Raines <571832+rainest@users.noreply.github.com> Date: Wed, 20 May 2026 12:57:29 -0700 Subject: [PATCH] chore: disable ARM builds pending fix Signed-off-by: Travis Raines <571832+rainest@users.noreply.github.com> --- .github/workflows/upstream-docker-release.yml | 24 ++++++++++--------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/.github/workflows/upstream-docker-release.yml b/.github/workflows/upstream-docker-release.yml index cc798ce..ecd5748 100644 --- a/.github/workflows/upstream-docker-release.yml +++ b/.github/workflows/upstream-docker-release.yml @@ -30,14 +30,16 @@ jobs: cgo-enabled: 1 platforms: "linux/amd64" docker-file: "Dockerfile.build" - image_arm: - name: Build ARM Image - uses: OpenCHAMI/github-actions/.github/workflows/docker-build-release.yml@v3.3 - with: - fetch-depth: 1 - registry-name: ghcr.io/openchami/pcs - cgo-enabled: 1 - additional-env-vars: | - CC=aarch64-linux-gnu-gcc - platforms: "linux/arm64" - docker-file: "Dockerfile.build" +# Disabled! This is busted: multiple steps that push independently break the multi-arch manifest: +# https://github.com/OpenCHAMI/power-control/issues/58#issuecomment-4502102485 +# image_arm: +# name: Build ARM Image +# uses: OpenCHAMI/github-actions/.github/workflows/docker-build-release.yml@v3.3 +# with: +# fetch-depth: 1 +# registry-name: ghcr.io/openchami/pcs +# cgo-enabled: 1 +# additional-env-vars: | +# CC=aarch64-linux-gnu-gcc +# platforms: "linux/arm64" +# docker-file: "Dockerfile.build"