8000 chore: sync files (#199) · tier4/caret@57ece28 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Build with Autoware #509

Build with Autoware

Build with Autoware #509

name: Build with Autoware
on:
schedule:
- cron: 0 17 * * * # run at 2 AM JST
# pull_request:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-22.04
steps:
- name: Check out repository
uses: actions/checkout@v4
- name: Docker Build
run: |
docker pull osrf/ros:humble-desktop
docker image build --no-cache=true -t caret/caret_autoware:latest -f ./docker/build_autoware.dockerfile ./
0