Skip to content

Commit be94363

Browse files
authored
Merge pull request #49 from CoderBotOrg/fix/start_x
fix start_x
2 parents 81e3785 + 127273f commit be94363

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

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

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ jobs:
1313
max-parallel: 3
1414
matrix:
1515
device:
16-
# - type: raspberrypi3
17-
# fleet: info319/coderbot_test
18-
- type: raspberrypi3-64
19-
fleet: info319/coderbot_pi3_64_test
20-
- type: raspberrypi0-2w-64
21-
fleet: info319/coderbot_pi0w2_64_test
16+
- type: raspberrypi3
17+
fleet: info319/coderbot_test
18+
# - type: raspberrypi3-64
19+
# fleet: info319/coderbot_pi3_64_test
20+
# - type: raspberrypi0-2w-64
21+
# fleet: info319/coderbot_pi0w2_64_test
2222
runs-on: ubuntu-latest
2323
environment: test
2424
outputs:
@@ -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: 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
5151
env:
5252
IMAGE_NAME: coderbot_${{ matrix.device.type }}.img
5353
DEVICE_TYPE: ${{ matrix.device.type }}

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
version: '2'
22
services:
33
frontend:
4-
image: ghcr.io/coderbotorg/frontend:latest-arm64
4+
image: ghcr.io/coderbotorg/frontend:v0.6.0
55
platform: linux/arm64
66
restart: unless-stopped
77
network_mode: host
88
privileged: true
99

1010
backend:
11-
image: ghcr.io/coderbotorg/backend:git-c2ccffa-arm64
11+
image: ghcr.io/coderbotorg/backend:5.1.1
1212
platform: linux/arm64
1313
restart: unless-stopped
1414
network_mode: host

0 commit comments

Comments
 (0)