Upd: (Temporarily?) remove linux/386 build

Seems that there's an issue with Alpine `linux/386` repo which
produces an error `UNTRUSTED signature` while trying to install
packages.

Temporarily removing this platform make the build pass.
This commit is contained in:
Bojan Čekrlić 2022-04-13 11:09:05 +02:00
parent 3385de7fca
commit fb19630c2a
3 changed files with 7 additions and 3 deletions

View file

@ -95,7 +95,9 @@ jobs:
tags: |
boky/postfix:latest
boky/postfix:latest-alpine
platforms: "linux/386,linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64,linux/ppc64le" # linux/s390x: "rsyslog (no such package)"
# linux/386: WARNING: Ignoring https://dl-cdn.alpinelinux.org/alpine/v3.15/main: UNTRUSTED signature
# linux/s390x: "rsyslog (no such package)"
platforms: "linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64,linux/ppc64le"
cache-from: type=local,src=/tmp/.buildx-cache/alpine
cache-to: type=local,dest=/tmp/.buildx-cache-new/alpine
build-args: |

View file

@ -92,7 +92,7 @@ jobs:
tags: |
boky/postfix:latest
boky/postfix:latest-alpine
platforms: "linux/amd64" # linux/s390x: "rsyslog (no such package)"
platforms: "linux/amd64"
cache-from: type=local,src=/tmp/.buildx-cache/alpine
build-args: |

View file

@ -95,7 +95,9 @@ jobs:
tags: |
boky/postfix:${{ env.RELEASE_VERSION }}
boky/postfix:${{ env.RELEASE_VERSION }}-alpine
platforms: "linux/386,linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64,linux/ppc64le" # linux/s390x: "rsyslog (no such package)"
# linux/386: WARNING: Ignoring https://dl-cdn.alpinelinux.org/alpine/v3.15/main: UNTRUSTED signature
# linux/s390x: "rsyslog (no such package)"
platforms: "linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64,linux/ppc64le"
cache-from: type=local,src=/tmp/.buildx-cache/alpine
cache-to: type=local,dest=/tmp/.buildx-cache-new/alpine
build-args: |