ci: repin fedora:43 build container to amd64 digest
Some checks failed
Build veilor-os ISO / Build live ISO (push) Failing after 1m11s
Lint / Kickstart syntax (push) Failing after 2s
Lint / Shell scripts (push) Failing after 7s
Lint / No personal/onyx leaks (push) Failing after 3s

Prior pin was the arm64 manifest digest (linux/arm64/v8); on x86_64
host it failed with `exec /usr/bin/sh: exec format error`. Pinned to
the amd64 manifest entry from the same fat-manifest.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
claude-veilor-bot 2026-05-06 14:10:25 +01:00
parent d91066b926
commit 91ae0e28e4

View file

@ -50,9 +50,9 @@ jobs:
# SHA pinning in a follow-up sweep.
uses: addnab/docker-run-action@v3
with:
# Pinned to digest from `skopeo inspect --raw` on 2026-05-06.
# Refresh by re-running skopeo against fedora:43 and bumping.
image: registry.fedoraproject.org/fedora:43@sha256:72e874e771b953c6357c7a5823c6fc1e3e3253b90121e795febe01380e32269b
# Pinned to amd64 digest from `skopeo inspect --raw` on 2026-05-06.
# Refresh by re-running skopeo against fedora:43 and picking the amd64 entry.
image: registry.fedoraproject.org/fedora:43@sha256:3207ed0f3765f81675f6ce2aa04f52a6cdbb2dddddc5ab9be6e0b0441ece136d
options: |
--privileged
--userns=host