diff --git a/.drone.yml b/.drone.yml index 3d91f69..85ef455 100644 --- a/.drone.yml +++ b/.drone.yml @@ -47,32 +47,6 @@ steps: when: branch: - master - ---- -kind: pipeline -type: docker -name: build-arm - -platform: - os: linux - arch: arm - -steps: - - name: docker build and publish - image: plugins/docker:linux-arm - settings: - username: - from_secret: docker_username - password: - from_secret: docker_password - repo: nemunaire/opentracker - auto_tag: true - auto_tag_suffix: ${DRONE_STAGE_OS}-${DRONE_STAGE_ARCH} - dockerfile: Dockerfile - when: - branch: - - master - --- kind: pipeline name: docker-manifest @@ -96,4 +70,3 @@ trigger: depends_on: - build-amd64 - build-arm64 -- build-arm