Commit Graph

3 Commits

Author SHA1 Message Date
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
Sebastien Lavoie 29fa4d63f6 fix: add checkout to HACS job and set contents:read permission 2026-03-29 08:42:16 -04:00
Sebastien Lavoie d145b117f2 feat: add HACS and hassfest CI validation 2026-03-29 08:40:43 -04:00