[postfix-tlspol] build with NOOPT=1 for wider CPU compatibility

This commit is contained in:
FreddleSpl0it 2025-09-10 10:14:37 +02:00
parent 8cb25709ae
commit 1c438330c6
No known key found for this signature in database
GPG Key ID: 00E14E7634F4BEC5

View File

@ -3,6 +3,7 @@ WORKDIR /src
ENV CGO_ENABLED=0 \
GO111MODULE=on \
NOOPT=1 \
VERSION=1.8.14
RUN git clone --branch v${VERSION} https://github.com/Zuplu/postfix-tlspol && \