mirror of
https://github.com/BtbN/FFmpeg-Builds.git
synced 2025-04-30 06:34:32 +02:00
Ensure use of BuildKit
This commit is contained in:
parent
487c68037b
commit
d98ab0239e
@ -3,6 +3,8 @@ set -xe
|
|||||||
cd "$(dirname "$0")"
|
cd "$(dirname "$0")"
|
||||||
source util/vars.sh
|
source util/vars.sh
|
||||||
|
|
||||||
|
export DOCKER_BUILDKIT=1
|
||||||
|
|
||||||
docker build --tag "$BASE_IMAGE" images/base
|
docker build --tag "$BASE_IMAGE" images/base
|
||||||
docker build --build-arg GH_REPO="$REPO" --tag "$TARGET_IMAGE" "images/base-${TARGET}"
|
docker build --build-arg GH_REPO="$REPO" --tag "$TARGET_IMAGE" "images/base-${TARGET}"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user