Skip to content

Commit

Permalink
Mark which Drone builds can be deleted.
Browse files Browse the repository at this point in the history
  • Loading branch information
ptodev committed Jan 24, 2025
1 parent adba48e commit 4b942f7
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .drone/drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,7 @@ volumes:
path: //./pipe/docker_engine/
name: docker
---
# TODO: Remove this pipeline later
kind: pipeline
name: Build alloy (Linux amd64)
platform:
Expand All @@ -239,6 +240,7 @@ trigger:
- pull_request
type: docker
---
# TODO: Remove this pipeline later
kind: pipeline
name: Build alloy (Linux arm64)
platform:
Expand All @@ -256,6 +258,7 @@ trigger:
- pull_request
type: docker
---
# TODO: Remove this pipeline later
kind: pipeline
name: Build alloy (Linux ppc64le)
platform:
Expand All @@ -273,6 +276,7 @@ trigger:
- pull_request
type: docker
---
# TODO: Remove this pipeline later
kind: pipeline
name: Build alloy (Linux s390x)
platform:
Expand All @@ -290,6 +294,7 @@ trigger:
- pull_request
type: docker
---
# TODO: Remove this pipeline later
kind: pipeline
name: Build alloy (macOS Intel)
platform:
Expand All @@ -306,6 +311,7 @@ trigger:
- pull_request
type: docker
---
# TODO: Remove this pipeline later
kind: pipeline
name: Build alloy (macOS Apple Silicon)
platform:
Expand All @@ -322,6 +328,7 @@ trigger:
- pull_request
type: docker
---
# TODO: Remove this pipeline later
kind: pipeline
name: Build alloy (Windows amd64)
platform:
Expand All @@ -338,6 +345,7 @@ trigger:
- pull_request
type: docker
---
# TODO: Remove this pipeline later
kind: pipeline
name: Build alloy (FreeBSD amd64)
platform:
Expand All @@ -354,6 +362,7 @@ trigger:
- pull_request
type: docker
---
# TODO: Remove this pipeline later
kind: pipeline
name: Build alloy (Linux amd64 boringcrypto)
platform:
Expand All @@ -371,6 +380,7 @@ trigger:
- pull_request
type: docker
---
# TODO: Remove this pipeline later
kind: pipeline
name: Build alloy (Linux arm64 boringcrypto)
platform:
Expand Down

0 comments on commit 4b942f7

Please sign in to comment.