mirror of
https://github.com/bokysan/docker-postfix.git
synced 2025-09-07 06:56:37 +08:00
Upd: Simplify GitHub actions.
This commit is contained in:
parent
af7438a645
commit
5a176d1180
2 changed files with 8 additions and 2 deletions
5
.github/workflows/master.yml
vendored
5
.github/workflows/master.yml
vendored
|
@ -107,7 +107,10 @@ jobs:
|
|||
context: .
|
||||
push: true
|
||||
tags: boky/postfix:latest-ubuntu
|
||||
platforms: "linux/amd64,linux/arm/v7,linux/arm64,linux/ppc64le,linux/s390x"
|
||||
# linux/arm/v7 build fails with
|
||||
# CMake Error at /usr/share/cmake-3.16/Modules/CMakeCompilerIdDetection.cmake:26 (list):
|
||||
# list sub-command REMOVE_ITEM requires two or more arguments.
|
||||
platforms: "linux/amd64,linux/arm64,linux/ppc64le,linux/s390x"
|
||||
cache-from: type=local,src=/tmp/.buildx-cache/ubuntu
|
||||
cache-to: type=local,dest=/tmp/.buildx-cache-new/ubuntu
|
||||
build-args: |
|
||||
|
|
5
.github/workflows/tags.yml
vendored
5
.github/workflows/tags.yml
vendored
|
@ -107,7 +107,10 @@ jobs:
|
|||
context: .
|
||||
push: true
|
||||
tags: boky/postfix:${{ env.RELEASE_VERSION }}-ubuntu
|
||||
platforms: "linux/amd64,linux/arm/v7,linux/arm64,linux/ppc64le,linux/s390x"
|
||||
# linux/arm/v7 build fails with
|
||||
# CMake Error at /usr/share/cmake-3.16/Modules/CMakeCompilerIdDetection.cmake:26 (list):
|
||||
# list sub-command REMOVE_ITEM requires two or more arguments.
|
||||
platforms: "linux/amd64,linux/arm64,linux/ppc64le,linux/s390x"
|
||||
cache-from: type=local,src=/tmp/.buildx-cache/ubuntu
|
||||
cache-to: type=local,dest=/tmp/.buildx-cache-new/ubuntu
|
||||
build-args: |
|
||||
|
|
Loading…
Add table
Reference in a new issue