Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
sobomax committed Jul 24, 2024
1 parent b3f96ca commit 1eaf4d3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/rtpproxy_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ jobs:
runs-on: ubuntu-latest
env:
DOCKER_REPO: sippylabs/rtpproxy
PLATFORMS: linux/amd64,linux/i386,linux/arm/v7,linux/arm64
PLATFORMS: linux/amd64 #,linux/i386,linux/arm/v7,linux/arm64
BASE_IMAGE: debian:12-slim
steps:
- name: Checkout repository
Expand Down Expand Up @@ -467,6 +467,7 @@ jobs:
cache-to: ${{ env.CACHE_SPEC }},mode=max

- name: Push Docker image
if: false
uses: docker/build-push-action@v6
with:
context: .
Expand Down

0 comments on commit 1eaf4d3

Please sign in to comment.