mirror of
https://github.com/N0rthernL1ghts/wordpress.git
synced 2024-11-27 07:34:22 +01: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…
Reference in New Issue
Block a user