Make local build script spin up a temporary registry
This commit is contained in:
parent
ab020724b4
commit
fcc7e6d9fb
7 changed files with 24 additions and 11 deletions
|
@ -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 && \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue