Removed ARM v7 support from the Docker image build process it added a lot of build time to the process.

This commit is contained in:
Matt Scott 2023-04-12 07:35:34 -04:00
parent a8c61abef6
commit c778004287
No known key found for this signature in database
GPG Key ID: A9A0AFFC0E079001

View File

@ -63,7 +63,7 @@ jobs:
- name: Docker Image Build
uses: docker/build-push-action@v4
with:
platforms: linux/amd64,linux/arm64,linux/arm/v7
platforms: linux/amd64,linux/arm64
context: ./
file: ./docker/Dockerfile
push: true