Skip to content

Add utils for parsing opus packets and generating PLC. (#15) #8

Add utils for parsing opus packets and generating PLC. (#15)

Add utils for parsing opus packets and generating PLC. (#15) #8

Workflow file for this run

name: Build a docker image
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v3
- name: Set up Java
uses: actions/setup-java@v2
with:
distribution: temurin
java-version: 17
cache: maven
- name: Build with Maven
run: mvn clean install
- name: Setup Docker Buildx
uses: docker/setup-buildx-action@v2
with:
driver: docker
- name: Build docker
uses: docker/build-push-action@v2
with:
context: ./
load: true
tags: |
jitsi/jitsi-multitrack-recorder:latest