diff --git a/.github/workflows/epicmorg.base.images.web.yml b/.github/workflows/epicmorg.base.images.web.yml index 43736b3d1..ef302c039 100644 --- a/.github/workflows/epicmorg.base.images.web.yml +++ b/.github/workflows/epicmorg.base.images.web.yml @@ -96,14 +96,14 @@ jobs: - name: "Build and Deploy NginX + RTMP-HLS Image:" run: cd linux/ecosystem/nginx/latest/mainline/rtmp-hls && pwd && make build && make deploy - - name: "Build and Deploy NginX (quic, http3) Image:" - run: cd linux/ecosystem/nginx/latest/quic/main && pwd && make build && make deploy +# - name: "Build and Deploy NginX (quic, http3) Image:" +# run: cd linux/ecosystem/nginx/latest/quic/main && pwd && make build && make deploy - - name: "Build and Deploy NginX (quic, http3) + PHP7.4 Image:" - run: cd linux/ecosystem/nginx/latest/quic/php && pwd && make build && make deploy +# - name: "Build and Deploy NginX (quic, http3) + PHP7.4 Image:" +# run: cd linux/ecosystem/nginx/latest/quic/php && pwd && make build && make deploy - - name: "Build and Deploy NginX (quic, http3) + RTMP-HLS Image:" - run: cd linux/ecosystem/nginx/latest/quic/rtmp-hls && pwd && make build && make deploy +# - name: "Build and Deploy NginX (quic, http3) + RTMP-HLS Image:" +# run: cd linux/ecosystem/nginx/latest/quic/rtmp-hls && pwd && make build && make deploy ################################################################################## diff --git a/Makefile b/Makefile index 8c071cff6..3197d7630 100644 --- a/Makefile +++ b/Makefile @@ -245,7 +245,7 @@ ecosystem-debian-images: make ecosystem-debian-stretch-images make ecosystem-debian-buster-images make ecosystem-debian-bullseye-images -# make ecosystem-debian-bookworm-images + make ecosystem-debian-bookworm-images ecosystem-debian-squeeze-images: cd `pwd`/linux/ecosystem/epicmorg/debian/06-squeeze/slim && pwd && make build && make deploy @@ -471,9 +471,9 @@ ecosystem-nginx-images: cd `pwd`/linux/ecosystem/nginx/latest/mainline/main && pwd && make build && make deploy cd `pwd`/linux/ecosystem/nginx/latest/mainline/php && pwd && make build && make deploy cd `pwd`/linux/ecosystem/nginx/latest/mainline/rtmp-hls && pwd && make build && make deploy - cd `pwd`/linux/ecosystem/nginx/latest/quic/main && pwd && make build && make deploy - cd `pwd`/linux/ecosystem/nginx/latest/quic/php && pwd && make build && make deploy - cd `pwd`/linux/ecosystem/nginx/latest/quic/rtmp-hls && pwd && make build && make deploy +# cd `pwd`/linux/ecosystem/nginx/latest/quic/main && pwd && make build && make deploy +# cd `pwd`/linux/ecosystem/nginx/latest/quic/php && pwd && make build && make deploy +# cd `pwd`/linux/ecosystem/nginx/latest/quic/rtmp-hls && pwd && make build && make deploy ecosystem-vscode-server-images: cd `pwd`/linux/advanced/vscode-server/latest && pwd && make build && make deploy