Skip to content

Add workflow action to create multi image manifest #5

Add workflow action to create multi image manifest

Add workflow action to create multi image manifest #5

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
secrets:
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}