Squash Docker progress: (#1)

* Version 4.1 Docker image tested.

    Fixed kinks in Docker image.
    Updated Dutch language
    Removed remaining "enable" parameter from Docker-related files
    Made the symlink system more reliable
    Improved updatability.

    Added multiplatform docker build (arm,arm64 and amd64)
    More verbose logging from the Docker image.
This commit is contained in:
dselen
2024-11-09 00:18:01 +01:00
committed by GitHub
parent f6e0d330ac
commit e437284980
6 changed files with 72 additions and 66 deletions

View File

@@ -30,9 +30,10 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Build and export
- name: Build and export (linux/amd64, linux/arm64, linux/arm/v7)
uses: docker/build-push-action@v6
with:
context: .
push: true
tags: ${{ env.DOCKER_IMAGE }}:latest
platforms: linux/amd64,linux/arm64,linux/arm/v7