Remove Debian i386 Docker build

* Drop Debian i386 Docker build as ldc 1.30.0 on 'stable' under i386|i686 will not compile the code whereas ldc 1.30.0 on 'stable' on amd86 will compile without any issue. This is a compiler bug / issue on i386 only. ARM64 and ARMv7 using ldc 1.30.0 also shows zero problems thus far.
This commit is contained in:
abraunegg 2024-03-10 12:52:13 +11:00
parent 88edb580a7
commit 15350841ba
2 changed files with 5 additions and 5 deletions

View file

@ -30,7 +30,7 @@ jobs:
platforms: linux/amd64,linux/arm64
- flavor: debian
dockerfile: ./contrib/docker/Dockerfile-debian
platforms: linux/386,linux/amd64,linux/arm64,linux/arm/v7
platforms: linux/amd64,linux/arm64,linux/arm/v7
- flavor: alpine
dockerfile: ./contrib/docker/Dockerfile-alpine
platforms: linux/amd64,linux/arm64

View file

@ -5,10 +5,10 @@ This client can be run as a Docker container, with 3 available container base op
|----------------|-------------|----------------------------------------------------------------|:------:|:------:|:-----:|:-------:|
| Alpine Linux | edge-alpine | Docker container based on Alpine 3.18 using 'master' |❌|✔|❌|✔|
| Alpine Linux | alpine | Docker container based on Alpine 3.18 using latest release |❌|✔|❌|✔|
| Debian | debian | Docker container based on Debian Stable using latest release ||✔|✔|✔|
| Debian | edge | Docker container based on Debian Stable using 'master' ||✔|✔|✔|
| Debian | edge-debian | Docker container based on Debian Stable using 'master' ||✔|✔|✔|
| Debian | latest | Docker container based on Debian Stable using latest release ||✔|✔|✔|
| Debian | debian | Docker container based on Debian Stable using latest release ||✔|✔|✔|
| Debian | edge | Docker container based on Debian Stable using 'master' ||✔|✔|✔|
| Debian | edge-debian | Docker container based on Debian Stable using 'master' ||✔|✔|✔|
| Debian | latest | Docker container based on Debian Stable using latest release ||✔|✔|✔|
| Fedora | edge-fedora | Docker container based on Fedora 38 using 'master' |❌|✔|❌|✔|
| Fedora | fedora | Docker container based on Fedora 38 using latest release |❌|✔|❌|✔|