docker-postfix/.github/actions
Bojan Čekrlić a99abca165 Fix: disable building postfix-expoter for ppc64le and s390x
Builds fail:

```
[linux/s390x builder 8/8] RUN env GOOS="linux" GOARCH="s390x" GOARM="$( echo "" | grep -E -o "\d+$")" go build -ldflags '-extldflags "-static"'  -o /bin/postfix_exporter
606.1 net: gcc: signal: segmentation fault (core dumped)
...
```

```
[linux/ppc64le builder 8/8] RUN env GOOS="linux" GOARCH="ppc64le" GOARM="$( echo "" | grep -E -o "\d+$")" go build -ldflags '-extldflags "-static"'  -o /bin/postfix_exporter
ERROR: process "/bin/sh -c env GOOS=\"${TARGETOS}\" GOARCH=\"${TARGETARCH}\" GOARM=\"$( echo \"$TARGETVARIANT\" | grep -E -o \"\\\\d+$\")\" go build -ldflags '-extldflags \"-static\"'  -o /bin/postfix_exporter" did not complete successfully: exit code: 1
gcc: internal compiler error: Segmentation fault signal terminated program cc1
Please submit a full bug report, with preprocessed source (by using -freport-bug).
See <file:///usr/share/doc/gcc-12/README.Bugs> for instructions.
```
2025-01-31 08:47:47 +01:00
..
build-postfix-exporter Fix: disable building postfix-expoter for ppc64le and s390x 2025-01-31 08:47:47 +01:00
buildx-setup Fix: Try to fix building of postfix-exporter 2025-01-30 20:18:42 +01:00
docker-hub-login Upd: Update GitHub actions to build proper image + upgrade due to deprecations 2023-09-27 23:49:23 +02:00
get-release-version Fix: Building of tags with and without 'v' prefix. 2023-10-27 06:17:28 +02:00
helm-chart-tests Upd: Simplify GitHub actions 2022-04-13 13:46:15 +02:00
integration-tests Upd: Simplify GitHub actions 2022-04-13 13:54:28 +02:00
unit-tests Upd: Simplify GitHub actions 2022-04-13 13:46:15 +02:00