Skip to content

Commit

Permalink
iron
Browse files Browse the repository at this point in the history
  • Loading branch information
rafal-gorecki committed Nov 27, 2023
1 parent 6549802 commit e89abb8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ros-docker-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ros-distro: [ "humble" , "iron"]
ros-distro: [ "humble" ] # iron is not supported on arm

steps:

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/vulcanexus-docker-image.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Build/Publish Vulcanexus Docker Image
name: Build/Publish Vulcanexus Docker Image

on:
on:
workflow_dispatch:
inputs:
build_type:
Expand Down Expand Up @@ -36,7 +36,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ros-distro: [ "humble", "iron" ]
ros-distro: [ "humble" ] # iron is not supported on arm

steps:

Expand Down

0 comments on commit e89abb8

Please sign in to comment.