File tree Expand file tree Collapse file tree 2 files changed +14
-14
lines changed
Expand file tree Collapse file tree 2 files changed +14
-14
lines changed Original file line number Diff line number Diff 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 }}
Original file line number Diff line number Diff line change 11version : ' 2'
22services :
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
You can’t perform that action at this time.
0 commit comments