Skip to content

chore: re-migrate deploy workflows to ARM64 runners#236

Merged
JesperTerkelsen merged 1 commit intomainfrom
chore/remigrate-deploy-workflows-arm64
Feb 18, 2026
Merged

chore: re-migrate deploy workflows to ARM64 runners#236
JesperTerkelsen merged 1 commit intomainfrom
chore/remigrate-deploy-workflows-arm64

Conversation

@montabot
Copy link
Contributor

Summary

Re-migrate the 3 deploy/initialize workflows to ARM64 runners, reverting #235.

Background

PR #235 reverted these workflows to ubuntu-latest because slack-notifier-cli-action only had an x86-64 binary. That's now fixed:

  • slack-notifier-cli v1.3.3+ ships both X64 and ARM64 binaries
  • slack-notifier-cli-action@main auto-detects architecture and downloads the correct binary
  • TLS fix (v1.3.3): cross-compiled ARM64 binary had a CA bundle path issue, now resolved
  • Verified end-to-end on monta-app/backstage with linux-arm64 runner

Changes

  • component-deploy.yml: ubuntu-latestlinux-arm64
  • component-deploy-v2.yml: ubuntu-latestlinux-arm64
  • component-initialize.yml: ubuntu-latestlinux-arm64

Related PRs

  • slack-notifier-cli #103 - ARM64 cross-compilation
  • slack-notifier-cli #107 - TLS CA bundle fix
  • slack-notifier-cli-action #18 - Architecture detection

🤖 Generated with Claude Code

Reverts #235 now that slack-notifier-cli supports ARM64.

The slack-notifier-cli-action@main now auto-detects architecture and
downloads the correct binary (X64 or ARM64). The ARM64 binary's TLS
issue was fixed in slack-notifier-cli v1.3.3 and verified end-to-end.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants