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