Skip validate workflow on ARM64 runners #3

Merged
thatguygriff merged 2 commits from ci/skip-on-arm into main 2026-05-26 14:06:49 +00:00

2 Commits

Author SHA1 Message Date
thatguygriff 86d3a45877 ci: gate validate jobs on github.server_url instead of runner.arch
Validate / Hassfest validation (pull_request) Has been skipped
Validate / HACS validation (pull_request) Has been skipped
The runner.arch context isn't populated for job-level if conditions
on Gitea Actions, so the previous guard didn't skip on ARM64 Gitea
runners. Switch to checking github.server_url, which is reliably
'https://github.com' on GitHub-hosted runs and the Gitea host
everywhere else.
2026-05-26 11:06:23 -03:00
thatguygriff 5618ecf3fc ci: skip validate workflow on ARM64 runners
Validate / Hassfest validation (pull_request) Failing after 3s
Validate / HACS validation (pull_request) Failing after 3s
The hassfest and HACS validator actions both depend on amd64-only
Docker images (ghcr.io/home-assistant/hassfest, hacs/action). On
ARM64 runners — like the Gitea Actions instance hosting this fork —
those images pull but fail with "exec format error" because no
multi-arch image is published.

Validation still runs on GitHub's amd64 ubuntu-latest runners, where
it actually matters for HACS distribution.
2026-05-26 11:03:00 -03:00