Skip to content

[tvOS] Migrate from starboard/atomic.h to std::atomic #3212

[tvOS] Migrate from starboard/atomic.h to std::atomic

[tvOS] Migrate from starboard/atomic.h to std::atomic #3212

name: raspi-2-modular
permissions: read-all
on:
pull_request:
types: [opened, reopened, synchronize, labeled]
branches:
- main
- experimental/*
- feature/*
push:
branches:
- main
- experimental/*
- feature/*
workflow_dispatch:
inputs:
nightly:
description: 'Nightly workflow.'
required: true
type: boolean
default: false
jobs:
# This is the raspi build config
raspi-2-modular:
uses: ./.github/workflows/main.yaml
permissions:
packages: write
pull-requests: write
with:
platform: raspi-2-modular
nightly: ${{ github.event.inputs.nightly }}
secrets:
datadog_api_key: ${{ secrets.DD_API_KEY }}