Skip to content

Baresip SIP-call VideoSink #611

Baresip SIP-call VideoSink

Baresip SIP-call VideoSink #611

name: CI-Linux-ARM64
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
env:
NOTE_TO_SELF: "environments can not be passed from here to reused workflows!"
jobs:
jetson-build-test:
uses: ./.github/workflows/build-test-lin.yml
with:
runner: AGX
flav: Linux_ARM64
is-selfhosted: true
cuda: 'ON'
prep-cmd: 'echo skipping builder prep as I can not sudo'
cache-path: './none'
cmake-conf-cmd: 'export VCPKG_FORCE_SYSTEM_BINARIES=1 && cmake -B . -DENABLE_ARM64=ON ../base'
nProc: 6
jetson-publish:
needs: jetson-build-test
permissions:
checks: write
pull-requests: write
uses: ./.github/workflows/publish-test.yml
with:
flav: Linux_ARM64
secrets:
GIST_TOKEN: ${{ secrets.GIST_TOKEN }}