File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4848 BUILD_MATRIX="`echo ${PLATFORMS} | tr ',' '\n' | jq -R . | jq -s . | tr '\n' ' '`"
4949 GIT_BRANCH="${GITHUB_HEAD_REF:-${GITHUB_REF#refs/heads/}}"
5050 GIT_BRANCH="${GIT_BRANCH#refs/tags/}"
51- BUILD_IMAGE="${{ inputs.ghcr-repo }}:rtp.io-${{ inputs.rtpp-tag }}-${GIT_BRANCH}"
51+ BI_BRANCH="`echo ${GIT_BRANCH} | sed 's~/~_~g'`"
52+ BUILD_IMAGE="${{ inputs.ghcr-repo }}:rtp.io-${{ inputs.rtpp-tag }}-${BI_BRANCH}"
5253 echo "Platforms: ${PLATFORMS}"
5354 for _p in `echo ${PLATFORMS} | tr ',' '\n'`; \
5455 do \
Original file line number Diff line number Diff line change 1616 ${SUDO} apt-get install -y docker.io
1717fi
1818docker run --rm --privileged tonistiigi/binfmt:latest -install all
19+ docker run --privileged --rm tonistiigi/binfmt --version
1920docker run --cidfile /tmp/docker_opensips.cid -d --restart=always \
2021 --platform linux/${DOCKR_PLATFORM} -v sources:` pwd` " ${BUILD_OS} " \
2122 tail -f /dev/null
You can’t perform that action at this time.
0 commit comments