Skip to content

Raspberry Pi OS bookworm環境でのビルドエラー対応 #722

Raspberry Pi OS bookworm環境でのビルドエラー対応

Raspberry Pi OS bookworm環境でのビルドエラー対応 #722

Workflow file for this run

name: OpenRTM on Linux
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
os: [ubuntu_1804, ubuntu_2004, debian_10, code_analysis]
steps:
- uses: actions/checkout@v1
- name: Build OpenRTM
run: docker build .. --file scripts/${{matrix.os}}/Dockerfile --tag openrtm:${{matrix.os}}-$(date +%s)