Commit 9a61e26e authored by 系统root用户's avatar 系统root用户

build: zip file URL and unpack.

parent aed8974d
Pipeline #1830 canceled with stages
......@@ -6,7 +6,7 @@ clean:
build/layer/bin/ffmpeg:
mkdir -p build/layer/bin
rm -rf build/ffmpeg*
cd build && curl https://johnvansickle.com/ffmpeg/releases/ffmpeg-release-amd64-static.tar.xz | tar x
cd build && wget https://qiniu-img.glogs.cn/packs/ffmpeg-release-amd64-static.zip && unzip ffmpeg-release-amd64-static.zip
mv build/ffmpeg*/ffmpeg build/ffmpeg*/ffprobe build/layer/bin
build/output.yaml: template.yaml build/layer/bin/ffmpeg
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment