File tree 5 files changed +7
-9
lines changed
5 files changed +7
-9
lines changed Original file line number Diff line number Diff line change 23
23
with :
24
24
context : " {{defaultContext}}:docker/openemr/flex-3.18"
25
25
tags : openemr/openemr:flex-3.18, openemr/openemr:flex
26
- platforms : linux/amd64,linux/arm64,linux/arm/v7
26
+ platforms : linux/amd64,linux/arm64
27
27
push : true
28
28
no-cache : true
Original file line number Diff line number Diff line change 25
25
with :
26
26
context : " {{defaultContext}}:docker/openemr/7.0.2"
27
27
tags : openemr/openemr:7.0.2 , openemr/openemr:next
28
- platforms : linux/amd64,linux/arm64,linux/arm/v7
28
+ platforms : linux/amd64,linux/arm64
29
29
push : true
30
30
no-cache : true
Original file line number Diff line number Diff line change 25
25
with :
26
26
context : " {{defaultContext}}:docker/openemr/7.0.3"
27
27
tags : openemr/openemr:7.0.3 , openemr/openemr:dev
28
- platforms : linux/amd64,linux/arm64,linux/arm/v7
28
+ platforms : linux/amd64,linux/arm64
29
29
push : true
30
30
no-cache : true
Original file line number Diff line number Diff line change 25
25
with :
26
26
context : " {{defaultContext}}:docker/openemr/flex-edge"
27
27
tags : openemr/openemr:flex-edge
28
- platforms : linux/amd64,linux/arm64,linux/arm/v7
28
+ platforms : linux/amd64,linux/arm64
29
29
push : true
30
30
no-cache : true
Original file line number Diff line number Diff line change 1
1
### OpenEMR Docker on Raspberry Pi
2
- Both ARMv7 (Raspberry Pi 32bit) and ARMv8 (Raspberry Pi 64bit) architectures are supported.
2
+ ARMv8 (Raspberry Pi 64bit) architectures is supported.
3
3
4
4
1 . [ Install Docker and Docker Compose on Raspberry Pi] ( https://devdojo.com/bobbyiliev/how-to-install-docker-and-docker-compose-on-raspberry-pi ) .
5
5
6
6
2 . [ Recommend booting from SSD rather than memory card] ( https://www.tomshardware.com/how-to/boot-raspberry-pi-4-usb ) .
7
7
8
- 3 . [ Example OpenEMR production environment for both 32bit and 64bit ] ( https://github.com/openemr/openemr/tree/master/docker/production-arm )
8
+ 3 . [ Example OpenEMR production environment] ( https://github.com/openemr/openemr/tree/master/docker/production-arm ) .
9
9
10
- 4 . [ OpenEMR development environment for 32bit] ( https://github.com/openemr/openemr/tree/master/docker/development-easy-arm32 )
11
-
12
- 5 . [ OpenEMR development environment for 64bit] ( https://github.com/openemr/openemr/tree/master/docker/development-easy-arm64 )
10
+ 4 . [ OpenEMR development environment] ( https://github.com/openemr/openemr/tree/master/docker/development-easy-arm ) .
You can’t perform that action at this time.
0 commit comments