diff --git a/.drone.yml b/.drone.yml index 56b9245..5466474 100644 --- a/.drone.yml +++ b/.drone.yml @@ -42,28 +42,6 @@ steps: password: from_secret: docker_password ---- -kind: pipeline -type: docker -name: build-arm - -platform: - os: linux - arch: arm - -steps: -- name: publish on Docker Hub - image: plugins/docker:linux-arm - settings: - repo: nemunaire/drone-ftps - auto_tag: true - auto_tag_suffix: ${DRONE_STAGE_OS}-${DRONE_STAGE_ARCH} - dockerfile: Dockerfile - username: - from_secret: docker_username - password: - from_secret: docker_password - --- kind: pipeline name: docker-manifest @@ -89,4 +67,3 @@ trigger: depends_on: - build-amd64 - build-arm64 -- build-arm