Skip to content

Commit 5c5c4f9

Browse files
committed
Restart on reboot
1 parent 0c2c97f commit 5c5c4f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ fi
1111

1212
docker run --pull always --rm --name "${CONTAINER_NAME}" -d \
1313
-v "$(pwd)/chips.yml:/actions-runner/chips.yml:ro" \
14-
--device /dev/bus/usb \
14+
--device /dev/bus/usb --restart unless-stopped \
1515
ghcr.io/osirisrtos/hardware-ci:latest \
1616
"$@"

0 commit comments

Comments
 (0)