Skip to content

Commit 844baee

Browse files
committed
2 parents 2cbba0c + 7e83a45 commit 844baee

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.github/workflows/deploy-release-test.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,12 @@ jobs:
4242
- type: raspberrypi3
4343
version: v5.3.21.dev
4444
fleet: info319/coderbot_test
45-
# - type: raspberrypi3-64
46-
# version: v5.0.8.dev
47-
# fleet: info319/coderbot_pi3_64_test
48-
# - type: raspberrypi0-2w-64
49-
# version: v5.3.21.dev
50-
# fleet: info319/coderbot_pi0w2_64_test
45+
- type: raspberrypi3-64
46+
version: 6.5.9+rev5.dev
47+
fleet: info319/coderbot_pi3_64_test
48+
- type: raspberrypi0-2w-64
49+
version: 6.5.9+rev5.dev
50+
fleet: info319/coderbot_pi0w2_64_test
5151
env:
5252
IMAGE_NAME: coderbot_${{ matrix.device.type }}.img
5353
DEVICE_TYPE: ${{ matrix.device.type }}

balena.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: CoderBot
22
type: sw.application
3-
version: "0.0.11"
3+
version: "0.0.12"
44
description: >-
55
CoderBot is an educational robot developed by Università di Milano - Bicocca.
66
fleetcta: CoderBot is an educational robot

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: '2'
22
services:
33
frontend:
4-
image: ghcr.io/coderbotorg/frontend:v0.7.1
4+
image: ghcr.io/coderbotorg/frontend:v0.7.2
55
restart: unless-stopped
66
network_mode: host
77
privileged: true

0 commit comments

Comments
 (0)