Skip to content

1.1.99.46a

1.1.99.46a #32

Workflow file for this run

name: Main Workflow
on:
release:
types: [published]
workflow_dispatch:
jobs:
Build_docker_and_Linux_binaries:
uses: ./.github/workflows/multiarch-docker-hub.yml
secrets: inherit
Build_MacOS_binaries:
uses: ./.github/workflows/macos-intel-build.yml
secrets: inherit
Build_Windows_binaries:
uses: ./.github/workflows/windows.yml
secrets: inherit