Skip to content

Commit

Permalink
using compose file without gazebo for arm runners
Browse files Browse the repository at this point in the history
  • Loading branch information
abarbie committed Jun 15, 2024
1 parent 821f70d commit 8d786f2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-arm32v7.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
working-directory: ./PiCar-X
run: |
TAG=latest-arm32v7 ARCH=arm32v7 docker compose -f docker-compose-core.yml build --no-cache
TAG=latest-arm32v7 docker compose -f docker-compose-dtp.yml build --no-cache
TAG=latest-arm32v7 docker compose -f docker-compose-dtp-no-gazebo.yml build --no-cache
- name: Run pytest in Docker container
run: |
Expand All @@ -26,4 +26,4 @@ jobs:
- name: Push to Docker Hub
working-directory: ./PiCar-X
run: |
TAG=latest-arm32v7 docker compose -f docker-compose-dtp.yml push
TAG=latest-arm32v7 docker compose -f docker-compose-dtp-no-gazebo.yml push
4 changes: 2 additions & 2 deletions .github/workflows/build-arm64v8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
working-directory: ./PiCar-X
run: |
TAG=latest-arm64v8 ARCH=arm64v8 docker compose -f docker-compose-core.yml build --no-cache
TAG=latest-arm64v8 docker compose -f docker-compose-dtp.yml build --no-cache
TAG=latest-arm64v8 docker compose -f docker-compose-dtp-no-gazebo.yml build --no-cache
- name: Run pytest in Docker container
run: |
Expand All @@ -26,4 +26,4 @@ jobs:
- name: Push to Docker Hub
working-directory: ./PiCar-X
run: |
TAG=latest-arm64v8 docker compose -f docker-compose-dtp.yml push
TAG=latest-arm64v8 docker compose -f docker-compose-dtp-no-gazebo.yml push

0 comments on commit 8d786f2

Please sign in to comment.