mirror of
https://github.com/Waujito/youtubeUnblock.git
synced 2025-12-27 01:48:07 +03:00
Entware binaries on docker instead of cache
This commit is contained in:
1
.github/builder_containers/README.md
vendored
Normal file
1
.github/builder_containers/README.md
vendored
Normal file
@@ -0,0 +1 @@
|
||||
This directory contains dockerfiles for large docker containers. This allows not to rebuild binaries every build and not to utilize cache.
|
||||
6
.github/builder_containers/entware-aarch64-3.10.Dockerfile
vendored
Normal file
6
.github/builder_containers/entware-aarch64-3.10.Dockerfile
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
FROM waujito/entware_builder
|
||||
RUN git clone --depth 1 https://github.com/Entware/Entware.git
|
||||
WORKDIR /home/me/Entware
|
||||
RUN make package/symlinks
|
||||
RUN cp -v configs/aarch64-3.10.config .config
|
||||
RUN make -j$(nproc) toolchain/install
|
||||
6
.github/builder_containers/entware-armv7-2.6.Dockerfile
vendored
Normal file
6
.github/builder_containers/entware-armv7-2.6.Dockerfile
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
FROM waujito/entware_builder
|
||||
RUN git clone --depth 1 https://github.com/Entware/Entware.git -b k2.6
|
||||
WORKDIR /home/me/Entware
|
||||
RUN make package/symlinks
|
||||
RUN cp -v configs/armv7-2.6.config .config
|
||||
RUN make -j$(nproc) toolchain/install
|
||||
6
.github/builder_containers/entware-armv7-3.2.Dockerfile
vendored
Normal file
6
.github/builder_containers/entware-armv7-3.2.Dockerfile
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
FROM waujito/entware_builder
|
||||
RUN git clone --depth 1 https://github.com/Entware/Entware.git
|
||||
WORKDIR /home/me/Entware
|
||||
RUN make package/symlinks
|
||||
RUN cp -v configs/armv7-3.2.config .config
|
||||
RUN make -j$(nproc) toolchain/install
|
||||
6
.github/builder_containers/entware-mips-3.4.Dockerfile
vendored
Normal file
6
.github/builder_containers/entware-mips-3.4.Dockerfile
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
FROM waujito/entware_builder
|
||||
RUN git clone --depth 1 https://github.com/Entware/Entware.git
|
||||
WORKDIR /home/me/Entware
|
||||
RUN make package/symlinks
|
||||
RUN cp -v configs/mips-3.4.config .config
|
||||
RUN make -j$(nproc) toolchain/install
|
||||
6
.github/builder_containers/entware-mipsel-3.4.Dockerfile
vendored
Normal file
6
.github/builder_containers/entware-mipsel-3.4.Dockerfile
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
FROM waujito/entware_builder
|
||||
RUN git clone --depth 1 https://github.com/Entware/Entware.git
|
||||
WORKDIR /home/me/Entware
|
||||
RUN make package/symlinks
|
||||
RUN cp -v configs/mipsel-3.4.config .config
|
||||
RUN make -j$(nproc) toolchain/install
|
||||
6
.github/builder_containers/entware-x64-3.2.Dockerfile
vendored
Normal file
6
.github/builder_containers/entware-x64-3.2.Dockerfile
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
FROM waujito/entware_builder
|
||||
RUN git clone --depth 1 https://github.com/Entware/Entware.git
|
||||
WORKDIR /home/me/Entware
|
||||
RUN make package/symlinks
|
||||
RUN cp -v configs/x64-3.2.config .config
|
||||
RUN make -j$(nproc) toolchain/install
|
||||
6
.github/builder_containers/entware-x86-2.6.Dockerfile
vendored
Normal file
6
.github/builder_containers/entware-x86-2.6.Dockerfile
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
FROM waujito/entware_builder
|
||||
RUN git clone --depth 1 https://github.com/Entware/Entware.git -b k2.6
|
||||
WORKDIR /home/me/Entware
|
||||
RUN make package/symlinks
|
||||
RUN cp -v configs/x86-2.6.config .config
|
||||
RUN make -j$(nproc) toolchain/install
|
||||
1
.github/builder_containers/entware_docker
vendored
Submodule
1
.github/builder_containers/entware_docker
vendored
Submodule
Submodule .github/builder_containers/entware_docker added at 90eb6bc0a4
Reference in New Issue
Block a user