mirror of
https://github.com/bokysan/docker-postfix.git
synced 2025-09-06 06:25:40 +08:00
Fix: Remove MIPS64LE from postfix-exporter build
It fails with: > `.0.175 /bin/sh: 1: go: Exec format error`
This commit is contained in:
parent
09b3eb651b
commit
2082f159f8
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ runs:
|
|||
context: postfix_exporter
|
||||
push: true
|
||||
tags: '${{ inputs.tags }}'
|
||||
platforms: "linux/386,linux/arm/v5,linux/arm/v6,linux/arm/v7,linux/arm64/v8,linux/amd64,linux/arm64,linux/mips64le,linux/ppc64le,linux/s390x"
|
||||
platforms: "linux/386,linux/arm/v5,linux/arm/v6,linux/arm/v7,linux/arm64/v8,linux/amd64,linux/arm64,linux/ppc64le,linux/s390x"
|
||||
cache-from: type=local,src=/tmp/.buildx-cache/postfix-exporter,mode=max,compression=estargz
|
||||
cache-to: type=local,dest=/tmp/.buildx-cache-new/postfix-exporter
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue