Skip to content

Commit 2e43094

Browse files
committed
drop support for arm7
1 parent 9ed842b commit 2e43094

File tree

5 files changed

+7
-9
lines changed

5 files changed

+7
-9
lines changed

.github/workflows/build-318.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ jobs:
2323
with:
2424
context: "{{defaultContext}}:docker/openemr/flex-3.18"
2525
tags: openemr/openemr:flex-3.18, openemr/openemr:flex
26-
platforms: linux/amd64,linux/arm64,linux/arm/v7
26+
platforms: linux/amd64,linux/arm64
2727
push: true
2828
no-cache: true

.github/workflows/build-702.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ jobs:
2525
with:
2626
context: "{{defaultContext}}:docker/openemr/7.0.2"
2727
tags: openemr/openemr:7.0.2 , openemr/openemr:next
28-
platforms: linux/amd64,linux/arm64,linux/arm/v7
28+
platforms: linux/amd64,linux/arm64
2929
push: true
3030
no-cache: true

.github/workflows/build-703.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ jobs:
2525
with:
2626
context: "{{defaultContext}}:docker/openemr/7.0.3"
2727
tags: openemr/openemr:7.0.3 , openemr/openemr:dev
28-
platforms: linux/amd64,linux/arm64,linux/arm/v7
28+
platforms: linux/amd64,linux/arm64
2929
push: true
3030
no-cache: true

.github/workflows/build-edge.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ jobs:
2525
with:
2626
context: "{{defaultContext}}:docker/openemr/flex-edge"
2727
tags: openemr/openemr:flex-edge
28-
platforms: linux/amd64,linux/arm64,linux/arm/v7
28+
platforms: linux/amd64,linux/arm64
2929
push: true
3030
no-cache: true

raspberrypi/README.md

+3-5
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
### 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.
33

44
1. [Install Docker and Docker Compose on Raspberry Pi](https://devdojo.com/bobbyiliev/how-to-install-docker-and-docker-compose-on-raspberry-pi).
55

66
2. [Recommend booting from SSD rather than memory card](https://www.tomshardware.com/how-to/boot-raspberry-pi-4-usb).
77

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).
99

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).

0 commit comments

Comments
 (0)