ci: repin fedora:43 build container to amd64 digest
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.
This commit is contained in:
parent
7a0c665cf0
commit
4b90e7e00b
1 changed files with 3 additions and 3 deletions
6
.github/workflows/build-iso.yml
vendored
6
.github/workflows/build-iso.yml
vendored
|
|
@ -50,9 +50,9 @@ jobs:
|
||||||
# SHA pinning in a follow-up sweep.
|
# SHA pinning in a follow-up sweep.
|
||||||
uses: addnab/docker-run-action@v3
|
uses: addnab/docker-run-action@v3
|
||||||
with:
|
with:
|
||||||
# Pinned to digest from `skopeo inspect --raw` on 2026-05-06.
|
# Pinned to amd64 digest from `skopeo inspect --raw` on 2026-05-06.
|
||||||
# Refresh by re-running skopeo against fedora:43 and bumping.
|
# Refresh by re-running skopeo against fedora:43 and picking the amd64 entry.
|
||||||
image: registry.fedoraproject.org/fedora:43@sha256:72e874e771b953c6357c7a5823c6fc1e3e3253b90121e795febe01380e32269b
|
image: registry.fedoraproject.org/fedora:43@sha256:3207ed0f3765f81675f6ce2aa04f52a6cdbb2dddddc5ab9be6e0b0441ece136d
|
||||||
options: |
|
options: |
|
||||||
--privileged
|
--privileged
|
||||||
--userns=host
|
--userns=host
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue