File tree Expand file tree Collapse file tree 2 files changed +12
-9
lines changed
Expand file tree Collapse file tree 2 files changed +12
-9
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 :
Original file line number Diff line number Diff line change 11version : ' 2'
22services :
33 frontend :
4- image : ghcr.io/coderbotorg/frontend:v0.6.0
4+ image : ghcr.io/coderbotorg/frontend:git-eb9723e
5+ platform : linux/arm64
56 restart : unless-stopped
67 network_mode : host
78 privileged : true
89
910 backend :
10- image : ghcr.io/coderbotorg/backend:5.1.1
11+ image : ghcr.io/coderbotorg/backend:git-47b35ef-arm64
12+ platform : linux/arm64
1113 restart : unless-stopped
1214 network_mode : host
1315 privileged : true
@@ -23,7 +25,7 @@ services:
2325
2426 wifi-py :
2527 image : ghcr.io/coderbotorg/python-wifi-connect:0.0.16
26- platform : linux/arm/v7
28+ platform : linux/arm64
2729 restart : unless-stopped
2830 network_mode : host
2931 privileged : true
@@ -43,6 +45,7 @@ services:
4345
4446 pigpio :
4547 image : coderbot/alpine-pigpiod:pigpio-v79
48+ platform : linux/arm64
4649 restart : unless-stopped
4750 network_mode : host
4851 privileged : true
You can’t perform that action at this time.
0 commit comments