Skip to content

chore: install openh264 from terra (#388) #184

chore: install openh264 from terra (#388)

chore: install openh264 from terra (#388) #184

name: Build Zirconium (base) DDI
permissions:
contents: read
packages: write
id-token: write
on:
push:
pull_request:
branches:
- main
schedule:
- cron: "0 1 * * TUE"
merge_group:
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref || github.run_id }}
cancel-in-progress: true
jobs:
build:
uses: ./.github/workflows/reusable-build-ddi.yaml
secrets: inherit
with:
image-name: zirconium
platforms: amd64,arm64
publish: ${{ github.event_name != 'pull_request' && github.ref == format('refs/heads/{0}', github.event.repository.default_branch) }}