Skip to content

Commit ccb4da4

Browse files
committed
Add manifest template to docker folder
1 parent 7278a19 commit ccb4da4

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

manifest.tmpl renamed to docker/manifest.tmpl

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,23 +11,21 @@ manifests:
1111
platform:
1212
architecture: amd64
1313
os: linux
14-
-
15-
image: plugins/matrix:{{#if build.tag}}{{trimPrefix build.tag "v"}}-{{/if}}linux-i386
16-
platform:
17-
architecture: 386
18-
os: linux
1914
-
2015
image: plugins/matrix:{{#if build.tag}}{{trimPrefix build.tag "v"}}-{{/if}}linux-arm64
2116
platform:
2217
architecture: arm64
2318
os: linux
19+
variant: v8
2420
-
2521
image: plugins/matrix:{{#if build.tag}}{{trimPrefix build.tag "v"}}-{{/if}}linux-arm
2622
platform:
2723
architecture: arm
2824
os: linux
25+
variant: v7
2926
-
3027
image: plugins/matrix:{{#if build.tag}}{{trimPrefix build.tag "v"}}-{{/if}}windows-amd64
3128
platform:
3229
architecture: amd64
3330
os: windows
31+
variant: 1809

0 commit comments

Comments
 (0)