Skip to content

tools: px4-dev container with ubuntu 24.04 #1

tools: px4-dev container with ubuntu 24.04

tools: px4-dev container with ubuntu 24.04 #1

Workflow file for this run

name: Container build
on:
push:
branches:
- 'main'
- 'stable'
- 'beta'
- 'release/**'
pull_request:
branches:
- '*'
jobs:
build:
name: Build Container
runs-on: [runs-on,runner=8cpu-linux-x64,"image=ubuntu24-full-x64","run-id=${{ github.run_id }}"]
steps:
- uses: actions/checkout@v4
- name: Build and load container image
uses: docker/build-push-action@v6
with:
push: false
load: true
tags: ghcr.io/px4-dev:latest
file: ./Tools/container/Dockerfile
platforms: |
linux/amd64
- name: Test container image
run: |
DOCKER_TAG=latest ./Tools/container/docker_run.sh "make px4_fmu-v6x"