Skip to content

Commit

Permalink
fix entrypoint copy
Browse files Browse the repository at this point in the history
  • Loading branch information
TSC21 committed Jun 30, 2020
1 parent 5980268 commit 45cab5b
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/docker_builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
dockerfile: docker/Dockerfile_base-archlinux
cache: false
tag_names: true
workdir: docker

px4-dev-base-bionic:
name: "Ubuntu Bionic Base"
Expand All @@ -52,6 +53,7 @@ jobs:
dockerfile: docker/Dockerfile_base-bionic
cache: false
tag_names: true
workdir: docker

px4-dev-armhf:
name: "Debian armhf"
Expand All @@ -73,6 +75,7 @@ jobs:
dockerfile: docker/Dockerfile_armhf
cache: false
tag_names: true
workdir: docker

px4-dev-clang:
name: "Ubuntu Clang"
Expand All @@ -95,6 +98,7 @@ jobs:
dockerfile: docker/Dockerfile_clang
cache: false
tag_names: true
workdir: docker

px4-dev-nuttx-clang:
name: "Ubuntu NuttX Clang"
Expand All @@ -117,6 +121,7 @@ jobs:
dockerfile: docker/Dockerfile_nuttx_clang
cache: false
tag_names: true
workdir: docker

px4-dev-nuttx-bionic:
name: "NuttX in Ubuntu Bionic"
Expand All @@ -139,6 +144,7 @@ jobs:
dockerfile: docker/Dockerfile_nuttx-bionic
cache: false
tag_names: true
workdir: docker

px4-dev-raspi:
name: "Ubuntu Raspberry Pi"
Expand All @@ -161,6 +167,7 @@ jobs:
dockerfile: docker/Dockerfile_raspi
cache: false
tag_names: true
workdir: docker

px4-dev-simulation-bionic:
name: "Ubuntu Bionic Simulation"
Expand All @@ -183,6 +190,7 @@ jobs:
dockerfile: docker/Dockerfile_simulation-bionic
cache: false
tag_names: true
workdir: docker

px4-dev-ros-melodic:
name: "Ubuntu ROS Melodic"
Expand All @@ -205,6 +213,7 @@ jobs:
dockerfile: docker/Dockerfile_ros-melodic
cache: false
tag_names: true
workdir: docker

px4-dev-ros2-bouncy:
name: "Ubuntu ROS2 Bouncy"
Expand All @@ -227,6 +236,7 @@ jobs:
dockerfile: docker/Dockerfile_ros2-bouncy
cache: false
tag_names: true
workdir: docker

px4-dev-ros2-crystal:
name: "Ubuntu ROS2 Crystal"
Expand All @@ -249,6 +259,7 @@ jobs:
dockerfile: docker/Dockerfile_ros2-crystal
cache: false
tag_names: true
workdir: docker

px4-dev-ros2-dashing:
name: "Ubuntu ROS2 Dashing"
Expand All @@ -271,6 +282,7 @@ jobs:
dockerfile: docker/Dockerfile_ros2-dashing
cache: false
tag_names: true
workdir: docker

px4-dev-ros2-eloquent:
name: "Ubuntu ROS2 Eloquent"
Expand All @@ -293,6 +305,7 @@ jobs:
dockerfile: docker/Dockerfile_ros2-eloquent
cache: false
tag_names: true
workdir: docker

px4-dev-base-focal:
name: "Ubuntu Focal Base"
Expand All @@ -314,6 +327,7 @@ jobs:
dockerfile: docker/Dockerfile_base-focal
cache: false
tag_names: true
workdir: docker

px4-dev-nuttx-focal:
name: "NuttX in Ubuntu Focal"
Expand All @@ -336,6 +350,7 @@ jobs:
dockerfile: docker/Dockerfile_nuttx-focal
cache: false
tag_names: true
workdir: docker

px4-dev-simulation-focal:
name: "Ubuntu Focal Simulation"
Expand All @@ -358,6 +373,7 @@ jobs:
dockerfile: docker/Dockerfile_simulation-focal
cache: false
tag_names: true
workdir: docker

px4-dev-ros-noetic:
name: "Ubuntu ROS Noetic"
Expand All @@ -380,6 +396,7 @@ jobs:
dockerfile: docker/Dockerfile_ros-noetic
cache: false
tag_names: true
workdir: docker

px4-dev-ros2-foxy:
name: "Ubuntu ROS2 Foxy"
Expand All @@ -402,6 +419,7 @@ jobs:
dockerfile: docker/Dockerfile_ros2-foxy
cache: false
tag_names: true
workdir: docker

px4-dev-base-xenial:
name: "Ubuntu Xenial Base"
Expand All @@ -423,6 +441,7 @@ jobs:
dockerfile: docker/Dockerfile_base-xenial
cache: false
tag_names: true
workdir: docker

px4-dev-simulation-xenial:
name: "Ubuntu Xenial Simulation"
Expand All @@ -445,6 +464,7 @@ jobs:
dockerfile: docker/Dockerfile_simulation-xenial
cache: false
tag_names: true
workdir: docker

px4-dev-ros-kinetic:
name: "Ubuntu ROS Kinetic"
Expand All @@ -467,6 +487,7 @@ jobs:
dockerfile: docker/Dockerfile_ros-kinetic
cache: false
tag_names: true
workdir: docker

px4-dev-ros2-ardent:
name: "Ubuntu ROS2 Ardent"
Expand All @@ -489,6 +510,7 @@ jobs:
dockerfile: docker/Dockerfile_ros2-ardent
cache: false
tag_names: true
workdir: docker

px4-docs:
name: "Ubuntu Docs"
Expand All @@ -510,3 +532,4 @@ jobs:
dockerfile: docker/Dockerfile_docs
cache: false
tag_names: true
workdir: docker

0 comments on commit 45cab5b

Please sign in to comment.