Skip to content

Commit 6252930

Browse files
committed
Fix: Drop support for linux/arm/v5
1 parent 87cf8dc commit 6252930

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.github/workflows/master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ jobs:
290290
# Caused by: Cargo build finished with "exit status: 101": `env -u CARGO PYO3_BUILD_EXTENSION_MODULE="1" PYO3_ENVIRONMENT_SIGNATURE="cpython-3.13-64bit" PYO3_PYTHON="/sasl/bin/python3" PYTHON_SYS_EXECUTABLE="/sasl/bin/python3" "cargo" "rustc" "--profile" "release" "--message-format" "json-render-diagnostics" "--locked" "--manifest-path" "/tmp/pip-install-bpvyezx3/cryptography_9e845f0e69e14411a204415c1ca278ca/src/rust/Cargo.toml" "--lib"`
291291
# Error: command ['maturin', 'pep517', 'build-wheel', '-i', '/sasl/bin/python3', '--compatibility', 'off'] returned non-zero exit status 1
292292
# [end of output]
293-
platforms: "linux/386,linux/arm/v5,linux/arm/v7,linux/arm64/v8,linux/amd64,linux/arm64,linux/s390x"
293+
platforms: "linux/386,linux/arm/v7,linux/arm64/v8,linux/amd64,linux/arm64,linux/s390x"
294294
cache-from: type=local,src=/tmp/.buildx-cache/debian,mode=max,compression=estargz
295295
cache-to: type=local,dest=/tmp/.buildx-cache-new/debian
296296
build-args: |

.github/workflows/tags.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ jobs:
253253
boky/postfix:${{ env.RELEASE_VERSION_NO_v }}
254254
boky/postfix:${{ env.RELEASE_VERSION }}-debian
255255
boky/postfix:${{ env.RELEASE_VERSION_NO_v }}-debian
256-
platforms: "linux/386,linux/arm/v5,linux/arm/v7,linux/arm64/v8,linux/amd64,linux/arm64,linux/ppc64le,linux/s390x"
256+
platforms: "linux/386,linux/arm/v7,linux/arm64/v8,linux/amd64,linux/arm64,linux/ppc64le,linux/s390x"
257257
cache-from: type=local,src=/tmp/.buildx-cache/debian,mode=max,compression=estargz
258258
cache-to: type=local,dest=/tmp/.buildx-cache-new/debian
259259
build-args: |

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,8 @@ by ISPs, already occupied by other services, and in general should only be used
125125
### v5.0.0
126126

127127
Image has been updated to [Debian Trixie](https://www.debian.org/releases/trixie/) and with that `linux/mips64le` is gone. To prevent
128-
failures during upgrade, major version has been bumped. New versions of go do not provide images for `linux/arm/v5` either, so building of `postfix-exporter` for this platform is gone as well.
128+
failures during upgrade, major version has been bumped. New versions of go do not provide images for `linux/arm/v5` and it's not really
129+
supported that wall on Debian any more, so this architecture is dropped as well.
129130

130131
Several other fixes went into this release as well.
131132

@@ -147,7 +148,7 @@ Several potentially "surprising" changes went into this issue and hence warrant
147148
third-party project. Checkout is from master branch, based
148149
on specific SHA commit id. The same hash is used for master and tags.
149150
- **Architecture galore!** With the addition of debian images, we now support support more architectures than ever. The list includes:
150-
`linux/386`, `linux/arm/v5`, `linux/arm/v7`, `linux/arm64/v8`, `linux/amd64`, `linux/arm64`, `linux/s390x`, `linux/riscv64`.
151+
`linux/386`, `linux/arm/v7`, `linux/arm64/v8`, `linux/amd64`, `linux/arm64`, `linux/s390x`.
151152
- **`smtpd_tls_security_level` is now set to `may`**. If you encounter
152153
issues, try setting it to `none` explicitly (see [#160](https://github.com/bokysan/docker-postfix/issues/160)).
153154

0 commit comments

Comments
 (0)