Skip to content

ci: fix docker/setup-qemu-action SHA (v3 tag force-pushed upstream) #49

Description

@polaz

Problem

The Release workflow fails on all platforms with:

Unable to resolve action `docker/setup-qemu-action@29109295f81e9208d7d86ff9f9a89f41e8f8e6f3`

GitHub Actions resolves all action refs at startup — even for steps with if: conditions — so the broken SHA causes every matrix job to fail immediately.

Root cause

The docker/setup-qemu-action v3 tag was force-pushed upstream; SHA 29109295 no longer exists.

Fix

Update pin to c7c53464 (v3.7.0) — current stable SHA.

Acceptance criteria

  • Release workflow completes successfully on next tag push

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions