Skip to content

Commit 8049abe

Browse files
committed
Add few modules for razvan.
1 parent f3f5cd3 commit 8049abe

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/.rtp.io.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ jobs:
4545
PLATFORMS="`docker manifest inspect ${{ env.BASE_IMAGE }} | \
4646
jq -r '.manifests[] | "\(.platform.os)/\(.platform.architecture)\(if .platform.variant != null then "/\(.platform.variant)" else "" end)"' | \
4747
sort -u | grep -v unknown | BUILD_OS="${BUILD_OS}" ./scripts/build/get-arch-buildargs.rtp.io fltplatforms | paste -sd ','`"
48+
PLATFORMS="linux/amd64"
4849
BUILD_MATRIX="`echo ${PLATFORMS} | tr ',' '\n' | jq -R . | jq -s . | tr '\n' ' '`"
4950
GIT_BRANCH="${GITHUB_HEAD_REF:-${GITHUB_REF#refs/heads/}}"
5051
GIT_BRANCH="${GIT_BRANCH#refs/tags/}"

docker/Dockerfile.rtp.io

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,10 @@ RUN --mount=type=bind,source=dist/voiptests/requirements.txt,target=requirements
3030
COPY --exclude=.git --exclude=.github --exclude=docker --exclude=dist \
3131
. .
3232

33-
ARG KEEP_MODULES="dialog sipmsgops sl tm rr maxfwd rtp.io rtpproxy textops"
34-
ARG SKIP_MODULES="usrloc event_routing clusterer rtp_relay"
33+
ARG KEEP_MODULES="dialog sipmsgops sl tm rr maxfwd rtp.io rtpproxy textops \
34+
signaling mi_fifo usrloc registrar acc rtp_relay siprec b2b_entities \
35+
uac_auth presence pua alias_db b2b_logic"
36+
ARG SKIP_MODULES="event_routing clusterer"
3537
RUN mkdir tmp && cd modules && mv ${KEEP_MODULES} ${SKIP_MODULES} ../tmp && \
3638
rm -rf * && cd ../tmp && mv ${KEEP_MODULES} ${SKIP_MODULES} ../modules && \
3739
cd .. && rmdir tmp

0 commit comments

Comments
 (0)