mirror of
https://github.com/N0rthernL1ghts/wordpress.git
synced 2025-04-09 18:22:44 +02:00
Run builds in parallel
This commit is contained in:
parent
8acffe3dc8
commit
1ac04287de
@ -30,5 +30,7 @@ for TARGET_VERSION in ${WP_VERSIONS}; do
|
|||||||
--cache-to "type=local,dest=${CACHE_DIR},mode=max" \
|
--cache-to "type=local,dest=${CACHE_DIR},mode=max" \
|
||||||
--build-arg "WP_VERSION=${TARGET_VERSION}" \
|
--build-arg "WP_VERSION=${TARGET_VERSION}" \
|
||||||
--platform "${TARGET_PLATFORMS}" \
|
--platform "${TARGET_PLATFORMS}" \
|
||||||
${IMAGE_TAGS[@]}
|
${IMAGE_TAGS[@]} &
|
||||||
|
|
||||||
|
sleep 2
|
||||||
done
|
done
|
||||||
|
Loading…
x
Reference in New Issue
Block a user