Skip to content

Add "Request Gimbal Control" popup #1145

Add "Request Gimbal Control" popup

Add "Request Gimbal Control" popup #1145

Workflow file for this run

name: Docker-Linux
on:
push:
branches:
- master
- 'Stable*'
tags:
- 'v*'
pull_request:
paths:
- 'src/**'
- 'deploy/docker/**'
- 'deploy/linux/**'
concurrency:
# cancel jobs on PRs only
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}
jobs:
build:
runs-on: ubuntu-latest
defaults:
run:
shell: bash
steps:
- name: Checkout repo
uses: actions/checkout@v4
with:
submodules: recursive
fetch-tags: true
fetch-depth: 0
- run: chmod a+x ./deploy/docker/run-docker-ubuntu.sh
- name: Run Docker Build
run: ./deploy/docker/run-docker-ubuntu.sh