Don't build to arm anymore
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
a228139bff
commit
786b071d53
1 changed files with 0 additions and 27 deletions
27
.drone.yml
27
.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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue