Skip to content

Add workflow action to create multi image manifest #6

Add workflow action to create multi image manifest

Add workflow action to create multi image manifest #6

name: GStreamer build ARM64
on:
workflow_dispatch:
pull_request:
branches: [ main ]
jobs:
gstreamer-build-arm64:
uses: ./.github/workflows/publish-gstreamer-base.yaml
with:
buildjet-runs-on: namespace-profile-arm-16
arch: arm64
secrets:
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}