File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 7272 # Build for Ubuntu20
7373 - name : Build on Ubuntu20, baseline
7474 run : DOCKER_BUILDKIT=1 docker build -f trunk/Dockerfile.builds --target ubuntu20-baseline .
75+ - name : Build on Ubuntu20, default
76+ run : DOCKER_BUILDKIT=1 docker build -f trunk/Dockerfile.builds --target ubuntu20-default .
7577 - name : Build on Ubuntu20, with all features
7678 run : DOCKER_BUILDKIT=1 docker build -f trunk/Dockerfile.builds --target ubuntu20-all .
7779 runs-on : ubuntu-22.04
Original file line number Diff line number Diff line change @@ -42,6 +42,10 @@ FROM ossrs/srs:ubuntu20-cache AS ubuntu20-baseline
4242COPY . /srs
4343RUN cd /srs/trunk && ./configure --sanitizer=on --srt=off --gb28181=off && make
4444
45+ FROM ossrs/srs:ubuntu20-cache AS ubuntu20-default
46+ COPY . /srs
47+ RUN cd /srs/trunk && ./configure && make
48+
4549FROM ossrs/srs:ubuntu20-cache AS ubuntu20-all
4650COPY . /srs
4751RUN cd /srs/trunk && ./configure --sanitizer=on --srt=on --gb28181=on --apm=on --h265=on && make
You can’t perform that action at this time.
0 commit comments