mirror of
https://github.com/BtbN/FFmpeg-Builds.git
synced 2025-04-29 22:24:28 +02:00
Also build arm64 base image
This commit is contained in:
parent
c7fa219319
commit
96c5b45d90
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@ -48,6 +48,10 @@ jobs:
|
|||||||
run: df -h && sudo apt-get clean && docker system prune -a -f && sudo rm -rf /usr/local/lib/android /usr/share/dotnet /opt/ghc && df -h
|
run: df -h && sudo apt-get clean && docker system prune -a -f && sudo rm -rf /usr/local/lib/android /usr/share/dotnet /opt/ghc && df -h
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
- name: Set up QEMU
|
||||||
|
uses: docker/setup-qemu-action@v3
|
||||||
|
with:
|
||||||
|
platforms: arm64
|
||||||
- name: Install buildx
|
- name: Install buildx
|
||||||
uses: docker/setup-buildx-action@v3
|
uses: docker/setup-buildx-action@v3
|
||||||
with:
|
with:
|
||||||
@ -69,6 +73,7 @@ jobs:
|
|||||||
- name: Build target base image
|
- name: Build target base image
|
||||||
uses: docker/build-push-action@v6
|
uses: docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
|
platforms: linux/amd64,linux/arm64
|
||||||
context: images/base
|
context: images/base
|
||||||
pull: true
|
pull: true
|
||||||
push: true
|
push: true
|
||||||
|
@ -12,7 +12,7 @@ RUN \
|
|||||||
gtk-doc-tools gobject-introspection gawk \
|
gtk-doc-tools gobject-introspection gawk \
|
||||||
ocaml ocamlbuild libnum-ocaml-dev indent p7zip-full \
|
ocaml ocamlbuild libnum-ocaml-dev indent p7zip-full \
|
||||||
python3-setuptools python3-jinja2 python3-jsonschema python3-apt python-is-python3 && \
|
python3-setuptools python3-jinja2 python3-jsonschema python3-apt python-is-python3 && \
|
||||||
curl -fsSL https://deb.nodesource.com/setup_lts.x | bash - && \
|
curl -fsSL https://deb.nodesource.com/setup_20.x | bash - && \
|
||||||
apt-get -y install nodejs && \
|
apt-get -y install nodejs && \
|
||||||
apt-get -y clean && \
|
apt-get -y clean && \
|
||||||
git config --global user.email "builder@localhost" && \
|
git config --global user.email "builder@localhost" && \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user