Skip to content

Set buildkit env vars #44

Set buildkit env vars

Set buildkit env vars #44

Workflow file for this run

name: linux
on:
pull_request:
types: [opened, reopened, synchronize, labeled]
branches:
- 'dev/m114_ci'
push:
branches:
- 'dev/m114_ci'
workflow_dispatch:
inputs:
nightly:
description: 'Nightly workflow.'
required: true
type: boolean
default: false
jobs:
linux-x64:
uses: ./.github/workflows/main.yaml
permissions:
packages: write
pull-requests: write
with:
platform: linux
nightly: ${{ github.event.inputs.nightly }}