mirror of
https://github.com/BtbN/FFmpeg-Builds.git
synced 2025-06-12 21:37:38 +02:00
Make local build script spin up a temporary registry
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
ARG GH_REPO=btbn/ffmpeg-builds
|
||||
FROM ghcr.io/$GH_REPO/base:latest
|
||||
ARG GH_REPO=ghcr.io/btbn/ffmpeg-builds
|
||||
FROM $GH_REPO/base:latest
|
||||
|
||||
RUN --mount=src=ct-ng-config,dst=/.config \
|
||||
git clone --filter=blob:none https://github.com/crosstool-ng/crosstool-ng.git /ct-ng && cd /ct-ng && \
|
||||
|
Reference in New Issue
Block a user