Skip to content

Commit ff0c2d7

Browse files
author
Maciej Wilczyński
committed
Fix manifest creation
1 parent 6d20162 commit ff0c2d7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

runtimes/manifest-all-images.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,12 @@ export DIR=$(realpath "$(dirname "${BASH_SOURCE[0]}")")
66
for runtime in $($DIR/get-all-runtimes.sh); do
77
image="mlupin/docker-lambda:${runtime}"
88

9+
docker manifest rm $image || true
910
docker manifest create $image \
1011
--amend ${image}-x86_64 \
1112
--amend ${image}-arm64
1213

14+
docker manifest rm ${image}-build || true
1315
docker manifest create ${image}-build \
1416
--amend ${image}-build-x86_64 \
1517
--amend ${image}-build-arm64

0 commit comments

Comments
 (0)