Skip to content

Commit

Permalink
Remove linux/arm/v7 support. v5.15.15
Browse files Browse the repository at this point in the history
  • Loading branch information
winlinvip committed Jul 10, 2024
1 parent c935f9c commit 9e5dc59
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/focal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Build SRS docker image
run: |
echo "Release ossrs/oryx:$SRS_TAG"
docker buildx build --platform linux/amd64,linux/arm/v7,linux/arm64/v8 \
docker buildx build --platform linux/amd64,linux/arm64/v8 \
--output "type=image,push=true" \
--tag ossrs/oryx:$SRS_TAG -f focal/Dockerfile .
- name: Docker alias images for ossrs/oryx
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/nginx-hls-cdn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Build HTTP docker image
run: |
echo "Release ossrs/oryx:$SRS_MAJOR_HTTP-$SRS_VERSION"
docker buildx build --platform linux/amd64,linux/arm/v7,linux/arm64/v8 \
docker buildx build --platform linux/amd64,linux/arm64/v8 \
--output "type=image,push=true" \
--tag ossrs/oryx:$SRS_MAJOR_HTTP \
-f scripts/nginx-hls-cdn/Dockerfile.http \
Expand All @@ -60,7 +60,7 @@ jobs:
- name: Build HTTPS docker image
run: |
echo "Release ossrs/oryx:$SRS_MAJOR_HTTPS-$SRS_VERSION"
docker buildx build --platform linux/amd64,linux/arm/v7,linux/arm64/v8 \
docker buildx build --platform linux/amd64,linux/arm64/v8 \
--output "type=image,push=true" \
--tag ossrs/oryx:$SRS_MAJOR_HTTPS \
-f scripts/nginx-hls-cdn/Dockerfile.https \
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
- name: Build SRS docker image
run: |
echo "Release ossrs/oryx:$SRS_TAG"
docker buildx build --platform linux/amd64,linux/arm/v7,linux/arm64/v8 \
docker buildx build --platform linux/amd64,linux/arm64/v8 \
--output "type=image,push=true" --build-arg MAKEARGS=build-no-ui \
--tag ossrs/oryx:$SRS_TAG -f Dockerfile .
- name: Docker alias images for ossrs/oryx
Expand Down

0 comments on commit 9e5dc59

Please sign in to comment.