Skip to content

Commit 1012264

Browse files
committed
Add build script
1 parent e2464da commit 1012264

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

build.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#!/bin/sh
2+
3+
export FFMPEG_VERSION=4.1.3
4+
5+
docker build --build-arg FFMPEG_VERSION -t ffmpeg-lambda-layer .
6+
docker run --rm ffmpeg-lambda-layer cat /tmp/ffmpeg-${FFMPEG_VERSION}.zip > ./layer.zip

0 commit comments

Comments
 (0)