mirror of
https://github.com/thegeeklab/wp-matrix.git
synced 2024-11-10 04:20:40 +00:00
34 lines
899 B
Cheetah
34 lines
899 B
Cheetah
|
image: plugins/matrix:{{#if build.tag}}{{trimPrefix build.tag "v"}}{{else}}latest{{/if}}
|
||
|
{{#if build.tags}}
|
||
|
tags:
|
||
|
{{#each build.tags}}
|
||
|
- {{this}}
|
||
|
{{/each}}
|
||
|
{{/if}}
|
||
|
manifests:
|
||
|
-
|
||
|
image: plugins/matrix:{{#if build.tag}}{{trimPrefix build.tag "v"}}-{{/if}}amd64
|
||
|
platform:
|
||
|
architecture: amd64
|
||
|
os: linux
|
||
|
-
|
||
|
image: plugins/matrix:{{#if build.tag}}{{trimPrefix build.tag "v"}}-{{/if}}i386
|
||
|
platform:
|
||
|
architecture: 386
|
||
|
os: linux
|
||
|
-
|
||
|
image: plugins/matrix:{{#if build.tag}}{{trimPrefix build.tag "v"}}-{{/if}}arm64
|
||
|
platform:
|
||
|
architecture: arm64
|
||
|
os: linux
|
||
|
-
|
||
|
image: plugins/matrix:{{#if build.tag}}{{trimPrefix build.tag "v"}}-{{/if}}arm
|
||
|
platform:
|
||
|
architecture: arm
|
||
|
os: linux
|
||
|
-
|
||
|
image: plugins/matrix:{{#if build.tag}}{{trimPrefix build.tag "v"}}-{{/if}}windows
|
||
|
platform:
|
||
|
architecture: amd64
|
||
|
os: windows
|