mirror of
https://github.com/bokysan/docker-postfix.git
synced 2025-09-07 06:56:37 +08:00
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:
parent
3385de7fca
commit
fb19630c2a
3 changed files with 7 additions and 3 deletions
4
.github/workflows/master.yml
vendored
4
.github/workflows/master.yml
vendored
|
@ -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: |
|
||||
|
|
2
.github/workflows/pull_request.yml
vendored
2
.github/workflows/pull_request.yml
vendored
|
@ -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: |
|
||||
|
|
4
.github/workflows/tags.yml
vendored
4
.github/workflows/tags.yml
vendored
|
@ -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: |
|
||||
|
|
Loading…
Add table
Reference in a new issue