Skip to content

Commit fcdc67f

Browse files
committed
Fix build docker action
1 parent 71ae763 commit fcdc67f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/build-docker.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
matrix:
6262
include:
6363
- dockerfile: ./docker/Dockerfile.hardware
64-
platforms: [linux/amd64, linux/arm64]
64+
platforms: linux/amd64, linux/arm64
6565
repo_name: rosbot
6666
ros_distro: jazzy
6767
- dockerfile: ./docker/Dockerfile.simulation

rosbot_utils/rosbot_utils/flash-firmware.py

+1
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ def flash_firmware(self):
126126

127127
self.exit_bootloader_mode()
128128

129+
129130
def main():
130131
parser = argparse.ArgumentParser(
131132
description="Flashing the firmware on STM32 microcontroller in ROSbot"

0 commit comments

Comments
 (0)