File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 57
57
- name : Build SRS docker image
58
58
run : |
59
59
echo "Release ossrs/oryx:$SRS_TAG"
60
- docker buildx build --platform linux/amd64,linux/arm/v7,linux/ arm64/v8 \
60
+ docker buildx build --platform linux/amd64,linux/arm64/v8 \
61
61
--output "type=image,push=true" \
62
62
--tag ossrs/oryx:$SRS_TAG -f focal/Dockerfile .
63
63
- name : Docker alias images for ossrs/oryx
Original file line number Diff line number Diff line change 44
44
- name : Build HTTP docker image
45
45
run : |
46
46
echo "Release ossrs/oryx:$SRS_MAJOR_HTTP-$SRS_VERSION"
47
- docker buildx build --platform linux/amd64,linux/arm/v7,linux/ arm64/v8 \
47
+ docker buildx build --platform linux/amd64,linux/arm64/v8 \
48
48
--output "type=image,push=true" \
49
49
--tag ossrs/oryx:$SRS_MAJOR_HTTP \
50
50
-f scripts/nginx-hls-cdn/Dockerfile.http \
60
60
- name : Build HTTPS docker image
61
61
run : |
62
62
echo "Release ossrs/oryx:$SRS_MAJOR_HTTPS-$SRS_VERSION"
63
- docker buildx build --platform linux/amd64,linux/arm/v7,linux/ arm64/v8 \
63
+ docker buildx build --platform linux/amd64,linux/arm64/v8 \
64
64
--output "type=image,push=true" \
65
65
--tag ossrs/oryx:$SRS_MAJOR_HTTPS \
66
66
-f scripts/nginx-hls-cdn/Dockerfile.https \
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ jobs:
102
102
- name : Build SRS docker image
103
103
run : |
104
104
echo "Release ossrs/oryx:$SRS_TAG"
105
- docker buildx build --platform linux/amd64,linux/arm/v7,linux/ arm64/v8 \
105
+ docker buildx build --platform linux/amd64,linux/arm64/v8 \
106
106
--output "type=image,push=true" --build-arg MAKEARGS=build-no-ui \
107
107
--tag ossrs/oryx:$SRS_TAG -f Dockerfile .
108
108
- name : Docker alias images for ossrs/oryx
You can’t perform that action at this time.
0 commit comments