removed arm arch
This commit is contained in:
parent
962624e294
commit
26f542354d
61
.drone.yml
61
.drone.yml
@ -113,64 +113,6 @@ steps:
|
|||||||
event:
|
event:
|
||||||
- tag
|
- tag
|
||||||
|
|
||||||
---
|
|
||||||
kind: pipeline
|
|
||||||
type: docker
|
|
||||||
name: linux-arm
|
|
||||||
|
|
||||||
platform:
|
|
||||||
arch: arm
|
|
||||||
os: linux
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- name: build
|
|
||||||
image: plugins/docker:linux-arm
|
|
||||||
settings:
|
|
||||||
dockerfile: Dockerfile
|
|
||||||
dry_run: true
|
|
||||||
repo: docker.asperti.com/paspo/ftps
|
|
||||||
when:
|
|
||||||
event:
|
|
||||||
- push
|
|
||||||
|
|
||||||
- name: build_and_publish
|
|
||||||
image: plugins/docker:linux-arm
|
|
||||||
settings:
|
|
||||||
dockerfile: Dockerfile
|
|
||||||
force_tag: true
|
|
||||||
password:
|
|
||||||
from_secret: docker_password
|
|
||||||
registry: docker.asperti.com
|
|
||||||
repo: docker.asperti.com/paspo/ftps
|
|
||||||
username:
|
|
||||||
from_secret: docker_username
|
|
||||||
tags:
|
|
||||||
- ${DRONE_TAG}-linux-arm
|
|
||||||
- ${DRONE_SEMVER_MAJOR}.${DRONE_SEMVER_MINOR}-linux-arm
|
|
||||||
- ${DRONE_SEMVER_MAJOR}-linux-arm
|
|
||||||
when:
|
|
||||||
event:
|
|
||||||
- tag
|
|
||||||
|
|
||||||
- name: build_and_publish2
|
|
||||||
image: plugins/docker:linux-arm
|
|
||||||
settings:
|
|
||||||
dockerfile: Dockerfile
|
|
||||||
force_tag: true
|
|
||||||
password:
|
|
||||||
from_secret: gitea_docker_password
|
|
||||||
registry: git.asperti.com
|
|
||||||
repo: git.asperti.com/paspo/docker-ftps
|
|
||||||
username:
|
|
||||||
from_secret: gitea_docker_username
|
|
||||||
tags:
|
|
||||||
- ${DRONE_TAG}-linux-arm
|
|
||||||
- ${DRONE_SEMVER_MAJOR}.${DRONE_SEMVER_MINOR}-linux-arm
|
|
||||||
- ${DRONE_SEMVER_MAJOR}-linux-arm
|
|
||||||
when:
|
|
||||||
event:
|
|
||||||
- tag
|
|
||||||
|
|
||||||
---
|
---
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
type: docker
|
type: docker
|
||||||
@ -222,6 +164,3 @@ trigger:
|
|||||||
depends_on:
|
depends_on:
|
||||||
- linux-amd64
|
- linux-amd64
|
||||||
- linux-arm64
|
- linux-arm64
|
||||||
- linux-arm
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -4,6 +4,14 @@
|
|||||||
|
|
||||||
Simple container for FTP+TLS+authentication
|
Simple container for FTP+TLS+authentication
|
||||||
|
|
||||||
|
Supported architectures:
|
||||||
|
|
||||||
|
| Architecture | Available | Tag |
|
||||||
|
| :----: | :----: | ---- |
|
||||||
|
| x86-64 | ✅ | \<version tag\>-linux-amd64 |
|
||||||
|
| arm64 | ✅ | \<version tag\>-linux-arm64 |
|
||||||
|
| armhf | ❌ | - |
|
||||||
|
|
||||||
## build
|
## build
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
@ -17,15 +17,3 @@ manifests:
|
|||||||
variant: v8
|
variant: v8
|
||||||
architecture: arm64
|
architecture: arm64
|
||||||
os: linux
|
os: linux
|
||||||
-
|
|
||||||
image: docker.asperti.com/paspo/ftps:{{#if build.tag}}{{trimPrefix "v" build.tag}}-{{/if}}linux-arm
|
|
||||||
platform:
|
|
||||||
variant: v7
|
|
||||||
architecture: arm
|
|
||||||
os: linux
|
|
||||||
-
|
|
||||||
image: docker.asperti.com/paspo/ftps:{{#if build.tag}}{{trimPrefix "v" build.tag}}-{{/if}}linux-arm
|
|
||||||
platform:
|
|
||||||
variant: v6
|
|
||||||
architecture: arm
|
|
||||||
os: linux
|
|
||||||
|
@ -17,15 +17,3 @@ manifests:
|
|||||||
variant: v8
|
variant: v8
|
||||||
architecture: arm64
|
architecture: arm64
|
||||||
os: linux
|
os: linux
|
||||||
-
|
|
||||||
image: git.asperti.com/paspo/docker-ftps:{{#if build.tag}}{{trimPrefix "v" build.tag}}-{{/if}}linux-arm
|
|
||||||
platform:
|
|
||||||
variant: v7
|
|
||||||
architecture: arm
|
|
||||||
os: linux
|
|
||||||
-
|
|
||||||
image: git.asperti.com/paspo/docker-ftps:{{#if build.tag}}{{trimPrefix "v" build.tag}}-{{/if}}linux-arm
|
|
||||||
platform:
|
|
||||||
variant: v6
|
|
||||||
architecture: arm
|
|
||||||
os: linux
|
|
||||||
|
Loading…
Reference in New Issue
Block a user