mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Compile: Fix typo for 3rdparty. v5.0.166, v6.0.59 (#3615)
--------- Co-authored-by: john <hondaxiao@tencent.com>
This commit is contained in:
parent
c6eddc72e9
commit
29271a46d3
9 changed files with 66 additions and 63 deletions
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
|
|
@ -249,7 +249,7 @@ jobs:
|
|||
--output "type=image,push=false" \
|
||||
--build-arg IMAGE=ossrs/srs:ubuntu20-cache \
|
||||
--build-arg INSTALLDEPENDS="NO" \
|
||||
-f trunk/Dockerfile .
|
||||
-f Dockerfile .
|
||||
runs-on: ubuntu-20.04
|
||||
|
||||
multiple-arch-aarch64:
|
||||
|
|
@ -270,7 +270,7 @@ jobs:
|
|||
--output "type=image,push=false" \
|
||||
--build-arg IMAGE=ossrs/srs:ubuntu20-cache \
|
||||
--build-arg INSTALLDEPENDS="NO" \
|
||||
-f trunk/Dockerfile .
|
||||
-f Dockerfile .
|
||||
runs-on: ubuntu-20.04
|
||||
|
||||
multiple-arch-amd64:
|
||||
|
|
@ -292,7 +292,7 @@ jobs:
|
|||
docker buildx build --platform linux/amd64 \
|
||||
--output "type=image,push=false" \
|
||||
--build-arg IMAGE=ossrs/srs:ubuntu20-cache \
|
||||
-f trunk/Dockerfile .
|
||||
-f Dockerfile .
|
||||
runs-on: ubuntu-20.04
|
||||
|
||||
fast:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue