Skip to content

Commit 81394d5

Browse files
committed
actions: add new arm64 manifests
problem: new docker images are not pushed with combined manifests solution: push manifests in github actions
1 parent 0ba1609 commit 81394d5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,4 +254,8 @@ jobs:
254254
echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin
255255
docker manifest create fluxrm/flux-core:bookworm fluxrm/flux-core:bookworm-amd64 fluxrm/flux-core:bookworm-386 fluxrm/flux-core:bookworm-arm64
256256
docker manifest push fluxrm/flux-core:bookworm
257+
for d in el9 noble fedora40 ; do
258+
docker manifest create fluxrm/flux-core:$d fluxrm/flux-core:$d-amd64 fluxrm/flux-core:$d-arm64
259+
docker manifest push fluxrm/flux-core:$d
260+
done
257261

0 commit comments

Comments
 (0)