diff --git a/.drone.yml b/.drone.yml index 698d724..c35fe0a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -113,64 +113,6 @@ steps: event: - 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 type: docker @@ -222,6 +164,3 @@ trigger: depends_on: - linux-amd64 - linux-arm64 - - linux-arm - - diff --git a/README.md b/README.md index b55dcd0..3501f63 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,14 @@ Simple container for FTP+TLS+authentication +Supported architectures: + +| Architecture | Available | Tag | +| :----: | :----: | ---- | +| x86-64 | ✅ | \-linux-amd64 | +| arm64 | ✅ | \-linux-arm64 | +| armhf | ❌ | - | + ## build ```bash diff --git a/manifest.tmpl b/manifest.tmpl index f2a3322..f62934e 100644 --- a/manifest.tmpl +++ b/manifest.tmpl @@ -17,15 +17,3 @@ manifests: variant: v8 architecture: arm64 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 diff --git a/manifest2.tmpl b/manifest2.tmpl index a589b1f..9d16ca6 100644 --- a/manifest2.tmpl +++ b/manifest2.tmpl @@ -17,15 +17,3 @@ manifests: variant: v8 architecture: arm64 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