Skip to content

fix: revert deploy workflows to ubuntu-latest (Docker action ARM64 incompatible)#237

Merged
JesperTerkelsen merged 1 commit intomainfrom
fix/revert-deploy-to-x64
Feb 18, 2026
Merged

fix: revert deploy workflows to ubuntu-latest (Docker action ARM64 incompatible)#237
JesperTerkelsen merged 1 commit intomainfrom
fix/revert-deploy-to-x64

Conversation

@montabot
Copy link
Contributor

Summary

Revert deploy/initialize workflows back to ubuntu-latest to unblock all production deploys.

Problem

PR #236 migrated these workflows to linux-arm64, but Artur-Davtyan/git-rebase-push-action@v1 is a Docker action that hardcodes yq_linux_amd64 in its Dockerfile, causing deploy failures on ARM64 runners.

Fix

Revert to ubuntu-latest while we replace the Docker action with inline bash (follow-up PR).

Affected workflows

  • component-deploy.yml
  • component-deploy-v2.yml
  • component-initialize.yml

🤖 Generated with Claude Code

Artur-Davtyan/git-rebase-push-action@v1 uses a Docker action that
downloads an x86-only yq binary, breaking deploys on ARM64 runners.

Reverting to ubuntu-latest to unblock all production deploys while
we replace the Docker action with inline bash.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@JesperTerkelsen JesperTerkelsen merged commit 7f68599 into main Feb 18, 2026
1 check passed
@JesperTerkelsen JesperTerkelsen deleted the fix/revert-deploy-to-x64 branch February 18, 2026 18:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants