20 lines
390 B
Cheetah
20 lines
390 B
Cheetah
image: docker.asperti.com/paspo/ftps:latest
|
|
{{#if build.tags}}
|
|
tags:
|
|
{{#each build.tags}}
|
|
- {{this}}
|
|
{{/each}}
|
|
{{/if}}
|
|
manifests:
|
|
-
|
|
image: docker.asperti.com/paspo/ftps:latest-linux-amd64
|
|
platform:
|
|
architecture: amd64
|
|
os: linux
|
|
-
|
|
image: docker.asperti.com/paspo/ftps:latest-linux-arm64
|
|
platform:
|
|
variant: v8
|
|
architecture: arm64
|
|
os: linux
|