Skip to content

Commit e901d0f

Browse files
authored
Merge pull request #37 from CoderBotOrg/feat/arm64
wip
2 parents b457a72 + 4b4ccb7 commit e901d0f

File tree

2 files changed

+12
-9
lines changed

2 files changed

+12
-9
lines changed

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

Lines changed: 6 additions & 6 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:

docker-compose.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
version: '2'
22
services:
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

0 commit comments

Comments
 (0)